From 6f92e9da2f6b0223c34728da34be65d76d5db485 Mon Sep 17 00:00:00 2001 From: sanine Date: Thu, 23 Sep 2021 22:06:41 -0500 Subject: add basic test framework --- src/test/logging/logging_tests.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/test/logging/logging_tests.c (limited to 'src/test/logging') diff --git a/src/test/logging/logging_tests.c b/src/test/logging/logging_tests.c new file mode 100644 index 0000000..2e92d68 --- /dev/null +++ b/src/test/logging/logging_tests.c @@ -0,0 +1,6 @@ +#include "../minunit.h" +#include "../suites.h" + +void honey_logging_tests() +{ +} -- cgit v1.2.1