aboutsummaryrefslogtreecommitdiff
path: root/tests/manifest/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-12 21:05:11 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-12 21:13:09 +0300
commited8d91c67df5da8a3d121a38c272ad9b9d71abb0 (patch)
tree3c0e56b3e16319225644e9b2de7fa7b8552b20d1 /tests/manifest/buildfile
parent4c68dffd56ae2493e9e263612fa0127eb0610d18 (diff)
Make use of wildcards in buildfiles
Diffstat (limited to 'tests/manifest/buildfile')
-rw-r--r--tests/manifest/buildfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manifest/buildfile b/tests/manifest/buildfile
index ddc5938..964f4e4 100644
--- a/tests/manifest/buildfile
+++ b/tests/manifest/buildfile
@@ -4,6 +4,6 @@
import libs += libbutl%lib{butl}
-exe{driver}: cxx{driver} ../../libbpkg/lib{bpkg} $libs test{testscript}
+exe{driver}: cxx{*} ../../libbpkg/lib{bpkg} $libs test{testscript}
include ../../libbpkg/