blob: f22c0d7b8f274c3835702456b2a466b2536d8a3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# file : tests/roundtrip/buildfile
# copyright : Copyright (c) 2013-2019 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{*}
|