From 2337828095920b8debdb0f8e0337a9d6aad6b55c Mon Sep 17 00:00:00 2001 From: Tim Segers Date: Mon, 10 Oct 2022 18:08:23 +0200 Subject: Add minunit.h with some trivial tests --- test/opendeco_test.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/opendeco_test.c (limited to 'test/opendeco_test.c') 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; +} -- cgit v1.2.3-70-g09d2