epicsSpinTest: add to libCom test harness

This commit is contained in:
Michael Davidsaver
2014-07-25 18:17:27 -04:00
parent 9cb65e5408
commit c4a1208d6e
+3
View File
@@ -18,6 +18,7 @@
int epicsThreadTest(void);
int epicsTimerTest(void);
int epicsSpinTest(void);
int epicsAlgorithm(void);
int epicsEllTest(void);
int epicsEnvTest(void);
@@ -60,6 +61,8 @@ void epicsRunLibComTests(void)
*/
runTest(epicsTimerTest);
runTest(epicsSpinTest);
runTest(epicsAlgorithm);
runTest(epicsEllTest);