aboutsummaryrefslogtreecommitdiff
path: root/tests/repository-location
diff options
context:
space:
mode:
Diffstat (limited to 'tests/repository-location')
-rw-r--r--tests/repository-location/buildfile4
-rw-r--r--tests/repository-location/driver.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/repository-location/buildfile b/tests/repository-location/buildfile
index 54811d3..ecd7da2 100644
--- a/tests/repository-location/buildfile
+++ b/tests/repository-location/buildfile
@@ -4,6 +4,6 @@
import libs += libbutl%lib{butl}
-exe{driver}: cxx{driver} ../../bpkg/lib{bpkg} $libs
+exe{driver}: cxx{driver} ../../libbpkg/lib{bpkg} $libs
-include ../../bpkg/
+include ../../libbpkg/
diff --git a/tests/repository-location/driver.cxx b/tests/repository-location/driver.cxx
index 953193a..3122393 100644
--- a/tests/repository-location/driver.cxx
+++ b/tests/repository-location/driver.cxx
@@ -13,7 +13,7 @@
#include <butl/optional>
#include <butl/manifest-parser>
-#include <bpkg/manifest>
+#include <libbpkg/manifest.hxx>
using namespace std;
using namespace butl;