aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/opendeco_test.c
diff options
context:
space:
mode:
authorGravatar Tim Segers <tsegers@pm.me>2023-01-02 21:52:03 +0100
committerGravatar Tim Segers <tsegers@pm.me>2023-01-07 15:24:51 +0100
commit2fcfc12ea05a8707910376f2e025506db0d89164 (patch)
tree5a099b04a6ea68f474cc192a75e0fac9df4ed5a6 /test/opendeco_test.c
parentc26b175ba3afb2dc2a94bd129005b1a6f0acfe35 (diff)
downloadopendeco-2fcfc12ea05a8707910376f2e025506db0d89164.tar.gz
Replicate multi-file hack from bzgec/minunit
Diffstat (limited to 'test/opendeco_test.c')
-rw-r--r--test/opendeco_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/opendeco_test.c b/test/opendeco_test.c
index 3e4a980..75605ee 100644
--- a/test/opendeco_test.c
+++ b/test/opendeco_test.c
@@ -4,7 +4,7 @@ MU_TEST_SUITE(testsuite_deco);
int main(int argc, const char *argv[])
{
- MU_RUN_SUITE(testsuite_deco, NULL);
+ MU_RUN_SUITE(testsuite_deco);
MU_REPORT();
return MU_EXIT_CODE;