diff options
Diffstat (limited to 'tests/manifest-roundtrip')
-rw-r--r-- | tests/manifest-roundtrip/buildfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/manifest-roundtrip/buildfile b/tests/manifest-roundtrip/buildfile index 14a38c5..c20c80e 100644 --- a/tests/manifest-roundtrip/buildfile +++ b/tests/manifest-roundtrip/buildfile @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -exe{driver}: cxx{*} ../../libbutl/lib{butl} -exe{driver}: test.roundtrip = manifest +import libs = libbutl%lib{butl} -include ../../libbutl/ +exe{driver}: cxx{*} $libs +exe{driver}: test.roundtrip = manifest |