From bffe74e67f69fb4ad928230e86ca776bd39ae432 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 1 Apr 2018 18:37:30 +0200 Subject: 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. --- tests/erase/buildfile | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/erase/buildfile') 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. -- cgit v1.1