From 44ff984ac51ed1b27e6e7bc828cf9fe41205b4de 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 --- libhello/tests/test/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libhello') diff --git a/libhello/tests/test/buildfile b/libhello/tests/test/buildfile index a46969d..2ff528a 100644 --- a/libhello/tests/test/buildfile +++ b/libhello/tests/test/buildfile @@ -1,4 +1,4 @@ import libs = libhello%lib{hello} exe{driver}: cxx{driver} $libs -exe{driver}: test.output = test.out +exe{driver}: file{test.out}: test.stdout = true -- cgit v1.1