diff options
Diffstat (limited to 'tests/common/libhello-1.0.0')
-rw-r--r-- | tests/common/libhello-1.0.0/tests/test/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/common/libhello-1.0.0/tests/test/buildfile b/tests/common/libhello-1.0.0/tests/test/buildfile index a46969d..2ff528a 100644 --- a/tests/common/libhello-1.0.0/tests/test/buildfile +++ b/tests/common/libhello-1.0.0/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 |