Added macDefExpand tests to libCom Test Harness

This commit is contained in:
Keenan Lang
2014-08-21 16:54:39 -05:00
parent dfe6515809
commit 28a01eb572
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -161,6 +161,11 @@ macEnvExpandTest_SRCS += macEnvExpandTest.c
testHarness_SRCS += macEnvExpandTest.c
TESTS += macEnvExpandTest
TESTPROD_HOST += macDefExpandTest
macDefExpandTest_SRCS += macDefExpandTest.c
testHarness_SRCS += macDefExpandTest.c
TESTS += macDefExpandTest
TESTPROD_HOST += macLibTest
macLibTest_SRCS += macLibTest.c
testHarness_SRCS += macLibTest.c
+3
View File
@@ -41,6 +41,7 @@ int epicsTimeTest(void);
int epicsTypesTest(void);
int macLibTest(void);
int macEnvExpandTest(void);
int macDefExpandTest(void);
int ringPointerTest(void);
int ringBytesTest(void);
int blockingSockTest(void);
@@ -107,6 +108,8 @@ void epicsRunLibComTests(void)
runTest(macLibTest);
runTest(macEnvExpandTest);
runTest(macDefExpandTest);
runTest(ringPointerTest);