From 2d0b14411549e68b1b70e93c58edd2336ec3b685 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 2 Feb 2018 15:02:08 +0200 Subject: Adjust tests to new test rule semantics --- tests/compiler/cxx-indenter/buildfile | 2 +- tests/compiler/traversal/buildfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/compiler/cxx-indenter/buildfile b/tests/compiler/cxx-indenter/buildfile index 722e050..0c73e17 100644 --- a/tests/compiler/cxx-indenter/buildfile +++ b/tests/compiler/cxx-indenter/buildfile @@ -5,4 +5,4 @@ import libs = libcutl%lib{cutl} exe{driver}: {hxx cxx}{*} $libs -exe{driver}: test.output = output.std +exe{driver}: file{output.std}: test.stdout = true diff --git a/tests/compiler/traversal/buildfile b/tests/compiler/traversal/buildfile index 791a74b..1aa530b 100644 --- a/tests/compiler/traversal/buildfile +++ b/tests/compiler/traversal/buildfile @@ -5,4 +5,4 @@ import libs = libcutl%lib{cutl} exe{driver}: {hxx cxx}{*} $libs -exe{driver}: test.output = output.std +exe{driver}: file{output.std}: test.stdout = true -- cgit v1.1