blob: 3d12031e1f21d0d3d26e7e9fd55024aca666cca5 (
plain)
1
2
3
4
5
6
7
8
|
# file : tests/web/xhtml/buildfile
# copyright : Copyright (c) 2014-2016 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
|