diff options
Diffstat (limited to 'test/opendeco_test.c')
-rw-r--r-- | test/opendeco_test.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/opendeco_test.c b/test/opendeco_test.c new file mode 100644 index 0000000..55761ae --- /dev/null +++ b/test/opendeco_test.c @@ -0,0 +1,11 @@ +#include "minunit.h" + +MU_TEST_SUITE(testsuite_deco); + +int main(int argc, const char *argv[]) +{ + MU_RUN_SUITE(testsuite_deco, NULL); + MU_REPORT(); + + return MU_EXIT_CODE; +} |