From c4dff7ac9f2dd109fb84dfc74d93125f7aa23567 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 2 Feb 2018 15:04:41 +0200 Subject: Adjust tests to new test rule semantics --- tests/inheritance/buildfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/inheritance/buildfile b/tests/inheritance/buildfile index 748be5a..30ab13e 100644 --- a/tests/inheritance/buildfile +++ b/tests/inheritance/buildfile @@ -1,10 +1,10 @@ -# file : tests/erase/buildfile +# file : tests/inheritance/buildfile # copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file exe{driver}: {hxx cxx}{* -test} cli.cxx{test} +exe{driver}: file{test.std}: test.stdout = true exe{driver}: test.arguments = --very-long-flag -s short -i 123 --string long -exe{driver}: test.output = test.std cxx.poptions =+ "-I$out_base" -- cgit v1.1