aboutsummaryrefslogtreecommitdiff
path: root/tests/manifest/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-04-29 23:23:07 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-04-30 21:47:39 +0300
commit79640be325c333d77b4078d37f7668b74d5682e3 (patch)
tree5b165704351e9914e1d0fa87b787d95603a970c1 /tests/manifest/buildfile
parentd3c88705b3e3b77150f60aed2527fa60d658991e (diff)
Add hxx extension for headers and lib prefix for library dirs
Diffstat (limited to 'tests/manifest/buildfile')
-rw-r--r--tests/manifest/buildfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manifest/buildfile b/tests/manifest/buildfile
index b9af8ef..15e0b59 100644
--- a/tests/manifest/buildfile
+++ b/tests/manifest/buildfile
@@ -4,6 +4,6 @@
import libs = libbutl%lib{butl}
-exe{driver}: cxx{driver} ../../bbot/lib{bbot} $libs test{*}
+exe{driver}: cxx{driver} ../../libbbot/lib{bbot} $libs test{*}
-include ../../bbot/
+include ../../libbbot/