summaryrefslogtreecommitdiff
path: root/tests/erase/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-04-01 18:37:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-04-01 18:37:30 +0200
commitbffe74e67f69fb4ad928230e86ca776bd39ae432 (patch)
tree93cddb51d4ffc27177ee36d17bb086434de5452e /tests/erase/buildfile
parentfc98bf23c16baf836d2c841792d4e0b35dd82727 (diff)
Implement combined flags (-xyz vs -x -y -z) and values (--foo=bar) support
Both are enabled by default but can be disable with --no-combined-flags and --no-combined-values options.
Diffstat (limited to 'tests/erase/buildfile')
-rw-r--r--tests/erase/buildfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/erase/buildfile b/tests/erase/buildfile
index ec1cff6..d73cb2d 100644
--- a/tests/erase/buildfile
+++ b/tests/erase/buildfile
@@ -8,3 +8,4 @@ exe{driver}: test.arguments = foo -a bar -b 123 --arg -- -b 234
cxx.poptions =+ "-I$out_base"
cli.cxx{test}: cli{test}
+cli.options = --no-combined-flags # Can't be used with the skip unknown mode.