diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-03-13 06:26:06 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-08-18 23:25:46 +0200 |
commit | 5a8727e34b938b70623ca865273fd81c7604b461 (patch) | |
tree | a2921e90aa454072dc58fced36b508f67f5d1226 /tests | |
parent | 9ffc25c9d99fe86d4789108d1d8615ecb0388cc6 (diff) |
Expose include dir
Diffstat (limited to 'tests')
-rw-r--r-- | tests/main.cpp | 12 |
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> |