aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAleksi Lindeman <0xdec05eba@gmail.com>2018-03-13 06:26:06 +0100
committerAleksi Lindeman <0xdec05eba@gmail.com>2018-03-13 06:26:12 +0100
commit1354b690c4dafa080d5b59b6ffe67959747c4b5e (patch)
treeba70e387f45d33b54da447ea37500e3ea0c958ac /tests
parent8a72dc51e5e2525e612462b41554aa97615aa7b3 (diff)
Expose include dir
Diffstat (limited to 'tests')
-rw-r--r--tests/main.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/main.cpp b/tests/main.cpp
index 9992eee..30703ea 100644
--- a/tests/main.cpp
+++ b/tests/main.cpp
@@ -1,10 +1,10 @@
#include "assert.hpp"
-#include "../include/Log.hpp"
-#include "../include/Database.hpp"
-#include "../include/Group.hpp"
-#include "../include/LocalUser.hpp"
-#include "../include/Encryption.hpp"
-#include "../include/Hash.hpp"
+#include "../include/odhtdb/Log.hpp"
+#include "../include/odhtdb/Database.hpp"
+#include "../include/odhtdb/Group.hpp"
+#include "../include/odhtdb/LocalUser.hpp"
+#include "../include/odhtdb/Encryption.hpp"
+#include "../include/odhtdb/Hash.hpp"
#include <vector>
#include <chrono>
#include <thread>