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 --- examples/file/buildfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/file/buildfile b/examples/file/buildfile index 3190cca..374356b 100644 --- a/examples/file/buildfile +++ b/examples/file/buildfile @@ -2,8 +2,9 @@ # copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file -exe{driver}: {hxx cxx}{* -options} cli.cxx{options} doc{README} file{test.ops} -exe{driver}: test.arguments = --options-file $src_base/test.ops +exe{driver}: {hxx cxx}{* -options} cli.cxx{options} doc{README} +exe{driver}: test.arguments = --options-file +exe{driver}: file{test.ops}: test.input = true # Added after test.arguments. cxx.poptions =+ "-I$out_base" -- cgit v1.1