diff options
-rw-r--r-- | libformat/tests/test/buildfile | 2 | ||||
-rw-r--r-- | libmformat/tests/test/buildfile | 2 |
2 files changed, 2 insertions, 2 deletions
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 diff --git a/libmformat/tests/test/buildfile b/libmformat/tests/test/buildfile index 19d311d..e973cfa 100644 --- a/libmformat/tests/test/buildfile +++ b/libmformat/tests/test/buildfile @@ -2,4 +2,4 @@ import libs = libmformat%lib{mformat} import libs += libstd-modules%liba{std-modules} exe{driver}: cxx{driver} $libs -exe{driver}: test.output = test.out +exe{driver}: file{test.out}: test.stdout = true |