diff options
-rw-r--r-- | libhello/tests/test/buildfile | 2 | ||||
-rw-r--r-- | libmhello/tests/test/buildfile | 2 |
2 files changed, 2 insertions, 2 deletions
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 diff --git a/libmhello/tests/test/buildfile b/libmhello/tests/test/buildfile index 88a391c..61fb4af 100644 --- a/libmhello/tests/test/buildfile +++ b/libmhello/tests/test/buildfile @@ -3,4 +3,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 |