blob: bdfd7d68f3c89c3fb1560ce4d2c474de0ae87fbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# file : tests/web/xhtml/buildfile
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs = libstudxml%lib{studxml}
exe{driver}: cxx{*} $libs
exe{driver}: test.output = test.out
# @@ The rule doesn't trigger the target generating. Will be fixed when we add
# support for utility library.
#
../../../web/hxx{version}: ../../../web/in{version} $src_root/file{manifest}
|