diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-02 15:28:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-02 15:28:22 +0200 |
commit | 541e0e60159f06690cc9bb4efebef59ad974628b (patch) | |
tree | 39362e82252b609c399170d538a12b7ac44f4dbc /libmhello/tests/test | |
parent | 650730aceeda851b13053fee4f62c53ab6208ca8 (diff) |
Adjust tests to new test rule semantics
Diffstat (limited to 'libmhello/tests/test')
-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 |