mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-22 19:41:44 +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:
10
src/test/test.act.item.h
Normal file
10
src/test/test.act.item.h
Normal 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
|
||||
Reference in New Issue
Block a user