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