Files
pvAccess/testApp/remote/Makefile
Michael Davidsaver 9423252416 testChannelAccess disable for RTEMS
Doesn't pass. for RTEMS 4.x.  Not clear why.
Disable so that the remaining tests can be run.
2020-11-22 11:57:02 -08:00

68 lines
1.8 KiB
Makefile

# This is a Makefile fragment, see ../Makefile
SRC_DIRS += $(PVACCESS_TEST)/remote
TESTPROD_HOST += testChannelAccess
testChannelAccess_SRCS = channelAccessIFTest.cpp
testHarness_SRCS += channelAccessIFTest.cpp
ifneq (RTEMS,$(OS_CLASS))
TESTS += testChannelAccess
endif
TESTPROD_HOST += testCodec
testCodec_SRCS = testCodec
testHarness_SRCS += testCodec.cpp
TESTS += testCodec
TESTPROD_HOST += testRPC
testRPC_SRCS += testRPC.cpp
TESTS += testRPC
TESTPROD_HOST += testRemoteClientImpl
testRemoteClientImpl_SRCS += testRemoteClientImpl.cpp
TESTPROD_HOST += testChannelConnect
testChannelConnect_SRCS += testChannelConnect.cpp
TESTPROD_HOST += testServerContext
testServerContext_SRCS += testServerContext.cpp
TESTS += testServerContext
TESTPROD_HOST += testmonitorfifo
testmonitorfifo_SRCS += testmonitorfifo.cpp
TESTS += testmonitorfifo
TESTPROD_HOST += testsharedstate
testsharedstate_SRCS += testsharedstate.cpp
TESTS += testsharedstate
TESTPROD_HOST += testServer
testServer_SRCS += testServer.cpp
TESTPROD_HOST += testGetPerformance
testGetPerformance_SRCS += testGetPerformance.cpp
TESTPROD_HOST += testMonitorPerformance
testMonitorPerformance_SRCS += testMonitorPerformance.cpp
TESTPROD_HOST += rpcServiceExample
rpcServiceExample_SRCS += rpcServiceExample.cpp
TESTPROD_HOST += rpcServiceAsyncExample
rpcServiceAsyncExample_SRCS += rpcServiceAsyncExample.cpp
TESTPROD_HOST += rpcWildServiceExample
rpcWildServiceExample_SRCS += rpcWildServiceExample.cpp
TESTPROD_HOST += rpcClientExample
rpcClientExample_SRCS += rpcClientExample.cpp
TEESTPROD_HOST += pipelineServiceExample
pipelineServiceExample_SRCS += pipelineServiceExample.cpp
TESTPROD_HOST += testClientFactory
testClientFactory_SRCS += testClientFactory.cpp
TESTPROD_HOST += testRAII
testRAII_SRCS += testRAII.cpp