diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-03-12 19:22:42 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-03-12 19:37:35 +0300 |
commit | c6196464780fbdb1a2dbdda92061189395e5072e (patch) | |
tree | 46d5de0f648c823423ff75bd65ad3c60932a8f13 /tests/common.test | |
parent | ee16762d8435ec1a6dfe4a82655cde5624bb2c38 (diff) |
Add support for --keep-out option
Diffstat (limited to 'tests/common.test')
-rw-r--r-- | tests/common.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/common.test b/tests/common.test index 4002df3..21c7801 100644 --- a/tests/common.test +++ b/tests/common.test @@ -8,7 +8,8 @@ # Use the same build system driver as the one running the tests (as opposed # to one that may or may not be found via PATH). # -test.options += --build $recall($build.path) +build = $recall($build.path) +test.options += --build $build # Helper commands that can be used by tests to prepare the testing environment # or validate an outcome of the command being tested. They are likely to get |