1
0
Fork 0
ezstream/tests/check_cfg.c

13 lines
87 B
C

#include <check.h>
START_TEST(test_cfg)
{
}
END_TEST
int
main(void)
{
return (0);
}