diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-13 12:55:53 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-13 12:55:53 +0300 |
commit | 8f98a0f7574d0f73d8d0e548416808911a172d49 (patch) | |
tree | f0b5c4d07690147de7817886db3a29e2380bd425 /tests/path-entry/buildfile | |
parent | 6deaa52d27ffd9e3ff2f78d7395526505c455416 (diff) |
Fix tests linkage
Diffstat (limited to 'tests/path-entry/buildfile')
-rw-r--r-- | tests/path-entry/buildfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/path-entry/buildfile b/tests/path-entry/buildfile index e6605b6..e7df6d7 100644 --- a/tests/path-entry/buildfile +++ b/tests/path-entry/buildfile @@ -2,6 +2,6 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -exe{driver}: cxx{*} ../../libbutl/lib{butl} test{testscript} +import libs = libbutl%lib{butl} -include ../../libbutl/ +exe{driver}: cxx{*} $libs test{testscript} |