summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/db.cpp2
-rw-r--r--tests/test.h (renamed from test.h)0
-rw-r--r--tests/testpat.cpp2
3 files changed, 2 insertions, 2 deletions
diff --git a/tests/db.cpp b/tests/db.cpp
index 4ef6ff9..468a4cc 100644
--- a/tests/db.cpp
+++ b/tests/db.cpp
@@ -8,7 +8,7 @@
#include "kms++.h"
#include "utils/color.h"
-#include "../test.h"
+#include "test.h"
using namespace std;
using namespace kms;
diff --git a/test.h b/tests/test.h
index 090ff38..090ff38 100644
--- a/test.h
+++ b/tests/test.h
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;