mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
13 lines
87 B
C
13 lines
87 B
C
#include <check.h>
|
|
|
|
START_TEST(test_cfg)
|
|
{
|
|
}
|
|
END_TEST
|
|
|
|
int
|
|
main(void)
|
|
{
|
|
return (0);
|
|
}
|