1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-06-02 06:01:10 +00:00
ezstream/tests/check_cfg.c

13 lines
87 B
C
Raw Normal View History

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