Renamed test files to match pattern from src

Also, started setup for testing do_remove and introduced a bit of shorthand macros.
This commit is contained in:
welcor 2024-05-18 23:32:46 +02:00
parent eb8e200a31
commit 217eac8cb3
6 changed files with 38 additions and 11 deletions

View file

@ -1,10 +0,0 @@
#include "testrunner.h"
#ifndef TEST_HANDLER_H
#define TEST_HANDLER_H
extern MunitTest handler_c_tests[];
UNIT_TEST(test_get_number);
#endif