diff options
Diffstat (limited to 'tests/common')
-rw-r--r-- | tests/common/hello/libhello-1.0.0.tar.gz | bin | 2428 -> 2427 bytes | |||
-rw-r--r-- | tests/common/libhello-1.0.0/tests/test/buildfile | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/common/hello/libhello-1.0.0.tar.gz b/tests/common/hello/libhello-1.0.0.tar.gz Binary files differindex a00dea5..392be97 100644 --- a/tests/common/hello/libhello-1.0.0.tar.gz +++ b/tests/common/hello/libhello-1.0.0.tar.gz 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 |