aboutsummaryrefslogtreecommitdiff
path: root/tests/manifest-roundtrip
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-13 12:55:53 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-13 12:55:53 +0300
commit8f98a0f7574d0f73d8d0e548416808911a172d49 (patch)
treef0b5c4d07690147de7817886db3a29e2380bd425 /tests/manifest-roundtrip
parent6deaa52d27ffd9e3ff2f78d7395526505c455416 (diff)
Fix tests linkage
Diffstat (limited to 'tests/manifest-roundtrip')
-rw-r--r--tests/manifest-roundtrip/buildfile6
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