diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-02 14:17:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-02 14:17:03 +0200 |
commit | 8135da3952d4f6dc876ba45935b4bb80749f38cc (patch) | |
tree | 97cdb2e6a509dc9608f50eba683e92e0049eae38 /tests | |
parent | 8f28250558b8787d43baea01d6ee9c7c7425d58a (diff) |
Adjust tests to new test rule semantics
Diffstat (limited to 'tests')
-rw-r--r-- | tests/web/xhtml/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/web/xhtml/buildfile b/tests/web/xhtml/buildfile index 09f7619..94beccf 100644 --- a/tests/web/xhtml/buildfile +++ b/tests/web/xhtml/buildfile @@ -4,4 +4,4 @@ include ../../../web/ exe{driver}: {hxx cxx}{*} ../../../web/libus{web} -exe{driver}: test.output = test.out +exe{driver}: file{test.out}: test.stdout = true |