diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-02 15:13:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-02 15:13:20 +0200 |
commit | d8d54786a15f0d7cde4ca544f570015268074492 (patch) | |
tree | 8cdd18937b933df9115c55baf9a323b3c86566bb /tests | |
parent | 535c13aa4c6e623a25263887abcf7485b070a020 (diff) |
Adjust tests to new test rule semantics
Diffstat (limited to 'tests')
-rw-r--r-- | tests/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/buildfile b/tests/buildfile index 8941a94..2129897 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -14,5 +14,5 @@ else 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 } |