Files
pvAccess/testApp/remote/Makefile
Michael Davidsaver 93a83ffa7e don't install testServer et. al
Not really something most end users care about.
So don't clutter up the install tree.  Continue
to build, but not run as, tests.
2018-11-26 10:40:44 -08:00

67 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
TESTS += testChannelAccess
TESTPROD_HOST += testCodec
testCodec_SRCS = testCodec
testHarness_SRCS += testCodec.cpp
testCodec_SYS_LIBS_WIN32 += ws2_32
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