diff options
Diffstat (limited to 'tests/roundtrip/buildfile')
-rw-r--r-- | tests/roundtrip/buildfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/roundtrip/buildfile b/tests/roundtrip/buildfile index ab156e1..14fd49a 100644 --- a/tests/roundtrip/buildfile +++ b/tests/roundtrip/buildfile @@ -4,9 +4,9 @@ import libs = libstudxml%lib{studxml} -exe{driver}: cxx{driver} $libs test{testscript} +exe{driver}: {hxx cxx}{*} $libs test{testscript} define xml: file xml{*}: extension = xml -./: exe{driver} xml{attribute characters followup-1 followup-2 namespace} +./: exe{driver} xml{*} |