diff options
Diffstat (limited to 'libmhello/tests')
-rw-r--r-- | libmhello/tests/test/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |