aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authordec05eba <0xdec05eba@gmail.com>2018-06-05 15:57:48 +0200
committerdec05eba <0xdec05eba@gmail.com>2018-06-05 15:57:50 +0200
commitbe58ed296995f63f5c9abd7caf87e5912c490bf4 (patch)
treeafebc13e23ac7fa39b5e148107b69a6532598d61 /tests
parent4ec243dfc2220df603396a78f67e86c16f9db8f7 (diff)
Fix test include path
Diffstat (limited to 'tests')
-rw-r--r--tests/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/main.cpp b/tests/main.cpp
index 6b9a36f..b2343af 100644
--- a/tests/main.cpp
+++ b/tests/main.cpp
@@ -1,4 +1,4 @@
-#include "../include/DirectConnection.hpp"
+#include "../include/sibs/DirectConnection.hpp"
int main()
{