aboutsummaryrefslogtreecommitdiff
path: root/tests/roundtrip/buildfile
blob: 85460e4df9281eb2413a06b532ab13aecfb5b6ea (plain)
1
2
3
4
5
6
7
8
9
10
11
# file      : tests/roundtrip/buildfile
# 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{*}