summaryrefslogtreecommitdiff
path: root/tests
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 /tests
parent9e5a6e866cad052f0e5e9930d460f92568485f3e (diff)
Adjust tests to new test rule semantics
Diffstat (limited to 'tests')
-rw-r--r--tests/inheritance/buildfile4
1 files changed, 2 insertions, 2 deletions
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"