blob: 73035b2ed97abcbe8529a8cebe46f8eec6fdfdd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# file : tests/roundtrip/buildfile
# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libstudxml%lib{studxml}
exe{driver}: {hxx cxx}{*} $libs testscript
define xml: file
xml{*}: extension = xml
./: exe{driver} xml{*}
|