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/combined/buildfile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/combined/buildfile (limited to 'tests/combined/buildfile') diff --git a/tests/combined/buildfile b/tests/combined/buildfile new file mode 100644 index 0000000..a94bbb0 --- /dev/null +++ b/tests/combined/buildfile @@ -0,0 +1,10 @@ +# file : tests/combined/buildfile +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# license : MIT; see accompanying LICENSE file + +exe{driver}: {hxx cxx}{* -test} cli.cxx{test} test{testscript} + +cxx.poptions =+ "-I$out_base" + +cli.cxx{test}: cli{test} +cli.options = --generate-specifier --generate-file-scanner -- cgit v1.1