diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-10-28 00:50:02 +0300 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-04 09:26:36 +0200 |
commit | 18235d8e5f37c0e65b5f1e3cacb6e3d27c3e05eb (patch) | |
tree | 7f41d442210d6159be2853a663af989ff58cc424 /tests/test/script/runner/buildfile | |
parent | b3e6cb1b899dcc6b3488f10d8eee437a6f87ad15 (diff) |
Add support of paths cleanups to testscript runner
Diffstat (limited to 'tests/test/script/runner/buildfile')
-rw-r--r-- | tests/test/script/runner/buildfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test/script/runner/buildfile b/tests/test/script/runner/buildfile index ddab8a5..e5f2761 100644 --- a/tests/test/script/runner/buildfile +++ b/tests/test/script/runner/buildfile @@ -2,6 +2,8 @@ # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -exe{driver}: cxx{driver} test{redirect status} +import libs = libbutl%lib{butl} + +exe{driver}: cxx{driver} $libs test{cleanup redirect status} include ../../../../../build2/ |