summaryrefslogtreecommitdiff
path: root/tests/testpat.cpp
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@iki.fi>2015-10-01 21:44:49 +0300
committerTomi Valkeinen <tomi.valkeinen@iki.fi>2015-10-01 21:44:49 +0300
commit093b77fc295d1bc4694b32fed95da0fab78c4097 (patch)
treebc9a2430aea3a33604defb00a4e62295c3cf03f2 /tests/testpat.cpp
parentf1f87468e2cf1cc3e934efb37db902a62f1fc8dc (diff)
move test utils to libkmstest library
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 9980407..419df5d 100644
--- a/tests/testpat.cpp
+++ b/tests/testpat.cpp
@@ -2,7 +2,7 @@
#include <algorithm>
#include "kms++.h"
-#include "utils/testpat.h"
+#include "testpat.h"
#include "test.h"