mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-19 18:11:45 +01:00
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:
@@ -1,8 +1,10 @@
|
||||
#include "testrunner.h"
|
||||
#include "test_handler.h"
|
||||
#include "test.handler.h"
|
||||
#include "test.act.item.h"
|
||||
|
||||
static MunitSuite suites[] = {
|
||||
{ "/handler.c", handler_c_tests, NULL, 1, MUNIT_SUITE_OPTION_NONE },
|
||||
{ "/act.item.c", act_item_c_tests, NULL, 1, MUNIT_SUITE_OPTION_NONE },
|
||||
{ NULL, NULL, NULL, 0, MUNIT_SUITE_OPTION_NONE }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user