diff options
| author | sanine <sanine.not@pm.me> | 2021-09-23 22:06:41 -0500 |
|---|---|---|
| committer | sanine <sanine.not@pm.me> | 2021-09-23 22:06:41 -0500 |
| commit | 6f92e9da2f6b0223c34728da34be65d76d5db485 (patch) | |
| tree | 932760a75acd33dfe4e303e1c46fd8bdd153501f /src/test/logging | |
| parent | 34603bb6d538ab1b0edbe10feeef27b80b1b7f7a (diff) | |
add basic test framework
Diffstat (limited to 'src/test/logging')
| -rw-r--r-- | src/test/logging/logging_tests.c | 6 |
1 files changed, 6 insertions, 0 deletions
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() +{ +} |
