Thu Mar 5 07:59:34 CST 2009 Pekka Pessi <first.last@nokia.com>

* s2check/exit77.c: added



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12553 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-03-10 19:53:44 +00:00
parent 1bb6e48c63
commit 20719ebf88
2 changed files with 5 additions and 1 deletions

View File

@ -1 +1 @@
Tue Mar 10 14:51:57 CDT 2009
Tue Mar 10 14:52:49 CDT 2009

View File

@ -0,0 +1,4 @@
int main(int argc, char *argv[])
{
return 77; /* exit code indicating make check that test has been SKIPped */
}