aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/parser/encoderTest.cpp4
-rw-r--r--tests/parser/headerTest.cpp4
-rw-r--r--tests/parser/mailboxTest.cpp6
-rw-r--r--tests/parser/mediaTypeTest.cpp4
-rw-r--r--tests/parser/textTest.cpp6
5 files changed, 12 insertions, 12 deletions
diff --git a/tests/parser/encoderTest.cpp b/tests/parser/encoderTest.cpp
index d3990928..f4902279 100644
--- a/tests/parser/encoderTest.cpp
+++ b/tests/parser/encoderTest.cpp
@@ -22,8 +22,8 @@
#include <iostream>
#include <ostream>
-#include "../../src/vmime"
-#include "../../src/platforms/posix/handler.hpp"
+#include "vmime/vmime.hpp"
+#include "vmime/platforms/posix/handler.hpp"
using namespace unitpp;
diff --git a/tests/parser/headerTest.cpp b/tests/parser/headerTest.cpp
index ced0dbd4..e4500dc0 100644
--- a/tests/parser/headerTest.cpp
+++ b/tests/parser/headerTest.cpp
@@ -22,8 +22,8 @@
#include <iostream>
#include <ostream>
-#include "../../src/vmime"
-#include "../../src/platforms/posix/handler.hpp"
+#include "vmime/vmime.hpp"
+#include "vmime/platforms/posix/handler.hpp"
using namespace unitpp;
diff --git a/tests/parser/mailboxTest.cpp b/tests/parser/mailboxTest.cpp
index 95547e9d..2414e485 100644
--- a/tests/parser/mailboxTest.cpp
+++ b/tests/parser/mailboxTest.cpp
@@ -22,10 +22,10 @@
#include <iostream>
#include <ostream>
-#include "../../src/vmime"
-#include "../../src/platforms/posix/handler.hpp"
+#include "vmime/vmime.hpp"
+#include "vmime/platforms/posix/handler.hpp"
-#include "testUtils.hpp"
+#include "tests/parser/testUtils.hpp"
using namespace unitpp;
diff --git a/tests/parser/mediaTypeTest.cpp b/tests/parser/mediaTypeTest.cpp
index 8b1ee550..6fe86e0d 100644
--- a/tests/parser/mediaTypeTest.cpp
+++ b/tests/parser/mediaTypeTest.cpp
@@ -22,8 +22,8 @@
#include <iostream>
#include <ostream>
-#include "../../src/vmime"
-#include "../../src/platforms/posix/handler.hpp"
+#include "vmime/vmime.hpp"
+#include "vmime/platforms/posix/handler.hpp"
using namespace unitpp;
diff --git a/tests/parser/textTest.cpp b/tests/parser/textTest.cpp
index 523b5883..1262b7ee 100644
--- a/tests/parser/textTest.cpp
+++ b/tests/parser/textTest.cpp
@@ -22,10 +22,10 @@
#include <iostream>
#include <ostream>
-#include "../../src/vmime"
-#include "../../src/platforms/posix/handler.hpp"
+#include "vmime/vmime.hpp"
+#include "vmime/platforms/posix/handler.hpp"
-#include "testUtils.hpp"
+#include "tests/parser/testUtils.hpp"
using namespace unitpp;