summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-01-06 11:12:50 +0100
committerEugen Wissner <belka@caraus.de>2026-01-06 11:12:50 +0100
commitdd97107aa81e1137c80602c044b3805bf4ffda56 (patch)
tree5b7d3449bfc6963a0f33ee5cb6827faa8424e763 /tests
parent8f0a4b9f36046b41a66db599e4e925386c48d049 (diff)
downloadkatja-dd97107aa81e1137c80602c044b3805bf4ffda56.tar.gz
Switch to using modules in the library
Diffstat (limited to 'tests')
-rw-r--r--tests/database.cpp2
-rw-r--r--tests/repository.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/database.cpp b/tests/database.cpp
index d2651c8..ed764c8 100644
--- a/tests/database.cpp
+++ b/tests/database.cpp
@@ -6,7 +6,7 @@
#define BOOST_TEST_MODULE database tests
#include <boost/test/unit_test.hpp>
-#include "katja/database.hpp"
+import katja.database;
BOOST_AUTO_TEST_CASE(generate_package_identifier)
{
diff --git a/tests/repository.cpp b/tests/repository.cpp
index bb1d6c7..f025ef2 100644
--- a/tests/repository.cpp
+++ b/tests/repository.cpp
@@ -6,7 +6,7 @@
#define BOOST_TEST_MODULE repository tests
#include <boost/test/unit_test.hpp>
-#include "katja/repository.hpp"
+import katja.repository;
BOOST_AUTO_TEST_CASE(construct_valid_database_package)
{