summaryrefslogtreecommitdiff
path: root/tests/ctor/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ctor/buildfile')
-rw-r--r--tests/ctor/buildfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ctor/buildfile b/tests/ctor/buildfile
index 68ea10e..4ba1f1e 100644
--- a/tests/ctor/buildfile
+++ b/tests/ctor/buildfile
@@ -2,7 +2,7 @@
# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} cli.cxx{test}
+exe{driver}: {hxx cxx}{* -test} cli.cxx{test}
cxx.poptions =+ "-I$out_base"