blob: ab156e19f49d03e41b528607b354d7a09122b67c (
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}: cxx{driver} $libs test{testscript}
define xml: file
xml{*}: extension = xml
./: exe{driver} xml{attribute characters followup-1 followup-2 namespace}
|