Add asyncSoftTest to record test harness
This commit is contained in:
@@ -19,6 +19,7 @@ int arrayOpTest(void);
|
||||
int asTest(void);
|
||||
int linkRetargetLinkTest(void);
|
||||
int linkInitTest(void);
|
||||
int asyncSoftTest(void);
|
||||
|
||||
void epicsRunRecordTests(void)
|
||||
{
|
||||
@@ -38,5 +39,7 @@ void epicsRunRecordTests(void)
|
||||
|
||||
runTest(linkInitTest);
|
||||
|
||||
runTest(asyncSoftTest);
|
||||
|
||||
epicsExit(0); /* Trigger test harness */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user