diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-12 20:30:34 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-14 16:38:38 +0300 |
commit | d4e8e70325b94509575e6722595fe5ed752c9013 (patch) | |
tree | 27a1c75d544b9a06be4b1d73abc2fece771d1301 /tests/roundtrip/buildfile | |
parent | bc00b696dbe914b60199039ed56c96d5072bbfba (diff) |
Make use of wildcards in buildfiles
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{*} |