aboutsummaryrefslogtreecommitdiff
path: root/tests/roundtrip/buildfile
blob: c01be4bb4fc36c2ad2d1aa3a0843803aab37efc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# file      : tests/roundtrip/buildfile
# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
# license   : MIT; see accompanying LICENSE file

# @@ Hack until build2 supports multiple tests. Also remove .gitignore.
#
./: exe{attr-driver} exe{char-driver} exe{fup1-driver} exe{fup2-driver} \
    exe{ns-driver}

exe{attr-driver}: cxx{driver}
exe{attr-driver}: test.roundtrip = attribute.xml

exe{char-driver}: cxx{driver}
exe{char-driver}: test.roundtrip = characters.xml

exe{fup1-driver}: cxx{driver}
exe{fup1-driver}: test.roundtrip = followup-1.xml

exe{fup2-driver}: cxx{driver}
exe{fup2-driver}: test.roundtrip = followup-2.xml

exe{ns-driver}: cxx{driver}
exe{ns-driver}: test.roundtrip = namespace.xml

import libs = libstudxml%lib{studxml}

exe{attr-driver char-driver fup1-driver fup2-driver ns-driver}: $libs