tbamud/src/test/test.act.item.h

10 lines
146 B
C
Raw Normal View History

#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