Converted some of the test routines to use the new epicsUnitTest facility.
This commit is contained in:
@@ -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 ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user