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

10
src/test/test.act.item.h Normal file
View File

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