summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-02-02 15:04:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-02-02 15:04:41 +0200
commitc4dff7ac9f2dd109fb84dfc74d93125f7aa23567 (patch)
treead170eecd6ab2c3517b41f4776956797e73d1c8f /examples
parent9e5a6e866cad052f0e5e9930d460f92568485f3e (diff)
Adjust tests to new test rule semantics
Diffstat (limited to 'examples')
-rw-r--r--examples/file/buildfile5
1 files changed, 3 insertions, 2 deletions
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"