diff options
| author | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-03 15:47:47 +0200 |
|---|---|---|
| committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-03 15:47:47 +0200 |
| commit | 2152522277ee38633df5f36ac93d3ea5cf316c32 (patch) | |
| tree | 6066584c33c5416b0ce523913eda0292e7f170f5 /tests/file | |
| parent | 93df04a720c61edc85f1392e891196a1397288ae (diff) | |
| download | cli-2152522277ee38633df5f36ac93d3ea5cf316c32.tar.gz cli-2152522277ee38633df5f36ac93d3ea5cf316c32.tar.xz cli-2152522277ee38633df5f36ac93d3ea5cf316c32.zip | |
Rework build2 cli compilation
Diffstat (limited to 'tests/file')
| -rw-r--r-- | tests/file/buildfile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/file/buildfile b/tests/file/buildfile index 8183d79..45ba0c6 100644 --- a/tests/file/buildfile +++ b/tests/file/buildfile @@ -2,12 +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} test{testscript} +exe{driver}: cxx{driver} cli.cxx{test} test{testscript} cxx.poptions =+ "-I$out_base" -# Generated options parser. -# -{hxx ixx cxx}{test}: cli{test} - +cli.cxx{test}: cli{test} cli.options = --generate-file-scanner |
