fix test build
This commit is contained in:
@@ -22,21 +22,25 @@ TESTSPEC_vxWorks = callbackTest.munch; callbackTest
|
||||
|
||||
TESTPROD_HOST += dbChannelTest
|
||||
dbChannelTest_SRCS += dbChannelTest.c
|
||||
dbChannelTest_LIBS += dbIoc dbStaticHost
|
||||
OBJS_IOC_vxWorks += dbChannelTest
|
||||
TESTS += dbChannelTest
|
||||
|
||||
TESTPROD_HOST += chfPluginTest
|
||||
chfPluginTest_SRCS += chfPluginTest.c
|
||||
chfPluginTest_LIBS += dbIoc dbStaticHost
|
||||
OBJS_IOC_vxWorks += chfPluginTest
|
||||
TESTS += chfPluginTest
|
||||
|
||||
TESTPROD_HOST += arrShorthandTest
|
||||
arrShorthandTest_SRCS += arrShorthandTest.c
|
||||
arrShorthandTest_LIBS += dbIoc dbStaticHost
|
||||
OBJS_IOC_vxWorks += arrShorthandTest
|
||||
TESTS += arrShorthandTest
|
||||
|
||||
TESTPROD_HOST += dbStateTest
|
||||
dbStateTest_SRCS += dbStateTest.c
|
||||
dbStateTest_LIBS += dbIoc dbStaticHost
|
||||
OBJS_IOC_vxWorks += dbStateTest
|
||||
TESTS += dbStateTest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user