aboutsummaryrefslogtreecommitdiff
path: root/tests/manifest/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-13 13:07:41 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-13 14:29:28 +0300
commit3b5ce7ebbefb78399174ded76314c1d9a26f842f (patch)
treea3fefbb3bc07e2bf0a4de0827792a02da80564b9 /tests/manifest/buildfile
parented8d91c67df5da8a3d121a38c272ad9b9d71abb0 (diff)
Fix tests linkage
Diffstat (limited to 'tests/manifest/buildfile')
-rw-r--r--tests/manifest/buildfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/manifest/buildfile b/tests/manifest/buildfile
index 964f4e4..c61fab4 100644
--- a/tests/manifest/buildfile
+++ b/tests/manifest/buildfile
@@ -2,8 +2,7 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-import libs += libbutl%lib{butl}
+import libs = libbutl%lib{butl}
+import libs += libbpkg%lib{bpkg}
-exe{driver}: cxx{*} ../../libbpkg/lib{bpkg} $libs test{testscript}
-
-include ../../libbpkg/
+exe{driver}: cxx{*} $libs test{testscript}