blob: 308a10463dafafe810bda7243fca71972157d90e (
plain)
1
2
3
4
5
6
7
8
|
# file : tests/web/xhtml/buildfile
# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs = libstudxml%lib{studxml}
exe{driver}: cxx{driver} $libs
exe{driver}: test.output = test.out
|