aboutsummaryrefslogtreecommitdiff
path: root/tests/parser/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-12 20:30:34 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-14 16:38:38 +0300
commitd4e8e70325b94509575e6722595fe5ed752c9013 (patch)
tree27a1c75d544b9a06be4b1d73abc2fece771d1301 /tests/parser/buildfile
parentbc00b696dbe914b60199039ed56c96d5072bbfba (diff)
Make use of wildcards in buildfiles
Diffstat (limited to 'tests/parser/buildfile')
-rw-r--r--tests/parser/buildfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parser/buildfile b/tests/parser/buildfile
index 99f8624..cf63348 100644
--- a/tests/parser/buildfile
+++ b/tests/parser/buildfile
@@ -4,4 +4,4 @@
import libs = libstudxml%lib{studxml}
-exe{driver}: cxx{driver} $libs
+exe{driver}: {hxx cxx}{*} $libs