summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-02-02 15:28:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-02-02 15:28:22 +0200
commitd0b472926181bed81e739d4f46a7d168b0bf13db (patch)
tree7f8050cf9ce65e161dede7a6d12c86f7e7565a14
parente45618bbe8f41ac9a7f6d985ce2be498cc2c0cb0 (diff)
Adjust tests to new test rule semantics
-rw-r--r--hello/buildfile2
-rw-r--r--mhello/buildfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/hello/buildfile b/hello/buildfile
index 2c36e08..c5f21a5 100644
--- a/hello/buildfile
+++ b/hello/buildfile
@@ -11,5 +11,5 @@ doc{version}: dist = true
doc{version}: clean = ($src_root != $out_root)
exe{hello}: cxx{hello} $libs
+exe{hello}: file{test.out}: test.stdout = true
exe{hello}: test.arguments = World "Planet #345732"
-exe{hello}: test.output = test.out
diff --git a/mhello/buildfile b/mhello/buildfile
index 062fef1..629eebb 100644
--- a/mhello/buildfile
+++ b/mhello/buildfile
@@ -12,5 +12,5 @@ doc{version}: dist = true
doc{version}: clean = ($src_root != $out_root)
exe{hello}: cxx{hello} $libs
+exe{hello}: file{test.out}: test.stdout = true
exe{hello}: test.arguments = World "Planet #345732"
-exe{hello}: test.output = test.out