diff options
Diffstat (limited to 'tests/manifest-roundtrip/buildfile')
-rw-r--r-- | tests/manifest-roundtrip/buildfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/manifest-roundtrip/buildfile b/tests/manifest-roundtrip/buildfile index a830a01..793f955 100644 --- a/tests/manifest-roundtrip/buildfile +++ b/tests/manifest-roundtrip/buildfile @@ -2,7 +2,9 @@ # 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} + +exe{driver}: cxx{driver} ../../bpkg/lib{bpkg} $libs exe{driver}: test.roundtrip = manifest include ../../bpkg/ |