mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-01 06:58:49 +01:00
10 lines
No EOL
146 B
C
10 lines
No EOL
146 B
C
#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 |