aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/deco_test.c4
-rw-r--r--test/opendeco_test.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/test/deco_test.c b/test/deco_test.c
index ec48789..1f9ba9f 100644
--- a/test/deco_test.c
+++ b/test/deco_test.c
@@ -1,6 +1,6 @@
-#include "../minunit/minunit.h"
+#include "minunit/minunit.h"
-#include "../src/deco.h"
+#include "src/deco.h"
MU_TEST(test_bar_to_msw)
{
diff --git a/test/opendeco_test.c b/test/opendeco_test.c
index 70f3c67..3e4a980 100644
--- a/test/opendeco_test.c
+++ b/test/opendeco_test.c
@@ -1,4 +1,4 @@
-#include "../minunit/minunit.h"
+#include "minunit/minunit.h"
MU_TEST_SUITE(testsuite_deco);