aboutsummaryrefslogtreecommitdiff
path: root/tests/package-version
diff options
context:
space:
mode:
Diffstat (limited to 'tests/package-version')
-rw-r--r--tests/package-version/buildfile4
-rw-r--r--tests/package-version/driver.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/package-version/buildfile b/tests/package-version/buildfile
index 9a47c0b..422e92a 100644
--- a/tests/package-version/buildfile
+++ b/tests/package-version/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/package-version/driver.cxx b/tests/package-version/driver.cxx
index 60460ab..4659db9 100644
--- a/tests/package-version/driver.cxx
+++ b/tests/package-version/driver.cxx
@@ -12,7 +12,7 @@
#include <butl/utility> // operator<<(ostream, exception)
#include <butl/optional>
-#include <bpkg/manifest>
+#include <libbpkg/manifest.hxx>
using namespace std;
using namespace butl;