lizfcm/test/main.c

6 lines
86 B
C

#include "lizfcm.test.h"
UTEST(basic, unit_tests) { ASSERT_TRUE(1); }
UTEST_MAIN();