diff options
author | Tim Segers <tsegers@pm.me> | 2023-01-01 15:19:26 +0100 |
---|---|---|
committer | Tim Segers <tsegers@pm.me> | 2023-01-02 16:01:28 +0100 |
commit | a427ec3ca15c6eb61a405020dc45aac32bc45ce8 (patch) | |
tree | 40839702d79d3295878c0a86dfcb8b557ed30d94 /test/opendeco_test.c | |
parent | b98ef9a0cc52538a62f7f15d6ab28a2e98751c50 (diff) | |
download | opendeco-a427ec3ca15c6eb61a405020dc45aac32bc45ce8.tar.gz |
Move minunit to separate directory
Diffstat (limited to 'test/opendeco_test.c')
-rw-r--r-- | test/opendeco_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/opendeco_test.c b/test/opendeco_test.c index 55761ae..70f3c67 100644 --- a/test/opendeco_test.c +++ b/test/opendeco_test.c @@ -1,4 +1,4 @@ -#include "minunit.h" +#include "../minunit/minunit.h" MU_TEST_SUITE(testsuite_deco); |