libCom/test: add ipAddrToAsciiTest to testHarness
This commit is contained in:
@@ -154,6 +154,7 @@ TESTS += epicsMessageQueueTest
|
||||
|
||||
TESTPROD_HOST += ipAddrToAsciiTest
|
||||
ipAddrToAsciiTest_SRCS += ipAddrToAsciiTest.cpp
|
||||
testHarness_SRCS += ipAddrToAsciiTest.cpp
|
||||
TESTS += ipAddrToAsciiTest
|
||||
|
||||
# The testHarness runs all the test programs in a known working order.
|
||||
|
||||
@@ -41,6 +41,7 @@ int macEnvExpandTest(void);
|
||||
int ringPointerTest(void);
|
||||
int ringBytesTest(void);
|
||||
int blockingSockTest(void);
|
||||
int ipAddrToAsciiTest(void);
|
||||
int epicsSockResolveTest(void);
|
||||
int taskwdTest(void);
|
||||
int epicsExitTest(void);
|
||||
@@ -102,6 +103,8 @@ void epicsRunLibComTests(void)
|
||||
runTest(ringBytesTest);
|
||||
|
||||
runTest(blockingSockTest);
|
||||
|
||||
runTest(ipAddrToAsciiTest);
|
||||
|
||||
runTest(epicsSockResolveTest);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user