Converted some of the test routines to use the new epicsUnitTest facility.

This commit is contained in:
Andrew Johnson
2006-03-30 20:13:25 +00:00
parent 97a5aa16a0
commit 4d67f3596a
10 changed files with 357 additions and 396 deletions

View File

@@ -8,10 +8,9 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
extern "C" void epicsExceptionTest ();
extern "C" int epicsExceptionTest ();
int main ()
{
epicsExceptionTest ();
return 0;
return epicsExceptionTest ();
}