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