mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
5 lines
115 B
C
5 lines
115 B
C
|
int main(int argc, char *argv[])
|
||
|
{
|
||
|
return 77; /* exit code indicating make check that test has been SKIPped */
|
||
|
}
|