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 --- mhello/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mhello') 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