aboutsummaryrefslogtreecommitdiff
path: root/tests/roundtrip/buildfile
blob: 14fd49a4852625dcfc6479fed916756714f36287 (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 test{testscript}

define xml: file
xml{*}: extension = xml

./: exe{driver} xml{*}