blob: 8822869e6ba18a4a8f9783e1b629bf9fccb96c05 (
plain)
1
2
3
4
5
6
7
8
|
# 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{driver} $libs
exe{driver}: test.output = test.out
|