1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-11-03 04:17:18 -05:00
ezstream/tests/check_cfg.c
2015-05-06 23:45:52 +02:00

13 lines
87 B
C

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