From 2152522277ee38633df5f36ac93d3ea5cf316c32 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 3 Mar 2017 15:47:47 +0200 Subject: Rework build2 cli compilation --- tests/inheritance/buildfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'tests/inheritance') diff --git a/tests/inheritance/buildfile b/tests/inheritance/buildfile index a0a2e8b..baade2d 100644 --- a/tests/inheritance/buildfile +++ b/tests/inheritance/buildfile @@ -2,14 +2,11 @@ # 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 = --very-long-flag -s short -i 123 --string long exe{driver}: test.output = test.std cxx.poptions =+ "-I$out_base" -# Generated options parser. -# -{hxx ixx cxx}{test}: cli{test} - +cli.cxx{test}: cli{test} cli.options = --generate-description --option-length 17 -- cgit v1.1