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