summaryrefslogtreecommitdiff
path: root/tests/testpat.cpp
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@iki.fi>2015-09-28 21:59:57 +0300
committerTomi Valkeinen <tomi.valkeinen@iki.fi>2015-09-28 22:00:17 +0300
commita7f910bec91ae5962aca134709d84b099b875aa6 (patch)
tree9d8073226d565b5fe760b55d3871657c22cd7cb5 /tests/testpat.cpp
parent894a73b74b92c7eca07a954443750df23845a579 (diff)
move test.h to test/
Diffstat (limited to 'tests/testpat.cpp')
-rw-r--r--tests/testpat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testpat.cpp b/tests/testpat.cpp
index 5632224..27c1bc3 100644
--- a/tests/testpat.cpp
+++ b/tests/testpat.cpp
@@ -4,7 +4,7 @@
#include "kms++.h"
#include "utils/testpat.h"
-#include "../test.h"
+#include "test.h"
using namespace std;
using namespace kms;