10 lines
146 B
C
10 lines
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 |