diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-02-08 21:46:31 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-02-12 17:26:45 +0300 |
commit | 6e47a92c73ea590896c1f90d13afafff000c1abc (patch) | |
tree | b2e9737ba6e076e092954e79db37ee6744becf05 /tests/common | |
parent | f84108c382c95bea15de7132ef254457907d60ae (diff) |
Adjust libhello-1.0.0 test package to new test rule semantics
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 |