aboutsummaryrefslogtreecommitdiff
path: root/tests/manifest
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manifest')
-rw-r--r--tests/manifest/buildfile4
-rw-r--r--tests/manifest/driver.cxx2
2 files changed, 3 insertions, 3 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/
diff --git a/tests/manifest/driver.cxx b/tests/manifest/driver.cxx
index 16240a5..fb58b27 100644
--- a/tests/manifest/driver.cxx
+++ b/tests/manifest/driver.cxx
@@ -11,7 +11,7 @@
#include <butl/manifest-parser>
#include <butl/manifest-serializer>
-#include <bbot/manifest>
+#include <libbbot/manifest.hxx>
using namespace std;
using namespace butl;