From d0b472926181bed81e739d4f46a7d168b0bf13db Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 2 Feb 2018 15:28:22 +0200 Subject: Adjust tests to new test rule semantics --- hello/buildfile | 2 +- mhello/buildfile | 2 +- 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 -- cgit v1.1