aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-09-29 23:40:36 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-09-29 23:40:36 +0300
commit4d7ace44a500548f3186a08959c37828e397c23f (patch)
tree58e0f62be34d94d901b3be5c1259c90d7a769312 /tests
parentf4a338ee1a5eb993fb7f9688588b77b12ad944c2 (diff)
Add libbutl dependency for package-version test
Diffstat (limited to 'tests')
-rw-r--r--tests/package-version/buildfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/package-version/buildfile b/tests/package-version/buildfile
index 947ec53..056dd13 100644
--- a/tests/package-version/buildfile
+++ b/tests/package-version/buildfile
@@ -2,7 +2,8 @@
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} ../../bpkg/lib{bpkg}
+import libs += libbutl%lib{butl}
-include ../../bpkg/
+exe{driver}: cxx{driver} ../../bpkg/lib{bpkg} $libs
+include ../../bpkg/