summaryrefslogtreecommitdiff
path: root/tests/erase/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/erase/buildfile')
-rw-r--r--tests/erase/buildfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/erase/buildfile b/tests/erase/buildfile
index 6030372..fb58d5a 100644
--- a/tests/erase/buildfile
+++ b/tests/erase/buildfile
@@ -2,11 +2,9 @@
# 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}
exe{driver}: test.arguments = foo -a bar -b 123 --arg -- -b 234
cxx.poptions =+ "-I$out_base"
-# Generated options parser.
-#
-{hxx ixx cxx}{test}: cli{test}
+cli.cxx{test}: cli{test}