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.
This commit is contained in:
@ -7,6 +7,8 @@ Release 6.1.0 (UNRELEASED)
|
|||||||
- pv/namedLockPattern.h
|
- pv/namedLockPattern.h
|
||||||
- createFileLogger() from pv/logger.h
|
- createFileLogger() from pv/logger.h
|
||||||
- Removals
|
- Removals
|
||||||
|
- No longer install testServer, testGetPerformance, testMonitorPerformance, rpcServiceExample, rpcServiceAsyncExample, rpcWildServiceExample, rpcClientExample, and pipelineServiceExample.
|
||||||
|
These will continue to be built, and may be found under testApp/O.* .
|
||||||
- The @b eget CLI utility has moved to https://github.com/epics-base/eget
|
- The @b eget CLI utility has moved to https://github.com/epics-base/eget
|
||||||
The new @b pvcall and existing pvget replace its role as a low level troubleshooting tool.
|
The new @b pvcall and existing pvget replace its role as a low level troubleshooting tool.
|
||||||
- Remove deprecated methods configure(), flush(), and poll() from ChannelProvider.
|
- Remove deprecated methods configure(), flush(), and poll() from ChannelProvider.
|
||||||
|
@ -35,28 +35,28 @@ TESTPROD_HOST += testsharedstate
|
|||||||
testsharedstate_SRCS += testsharedstate.cpp
|
testsharedstate_SRCS += testsharedstate.cpp
|
||||||
TESTS += testsharedstate
|
TESTS += testsharedstate
|
||||||
|
|
||||||
PROD_HOST += testServer
|
TESTPROD_HOST += testServer
|
||||||
testServer_SRCS += testServer.cpp
|
testServer_SRCS += testServer.cpp
|
||||||
|
|
||||||
PROD_HOST += testGetPerformance
|
TESTPROD_HOST += testGetPerformance
|
||||||
testGetPerformance_SRCS += testGetPerformance.cpp
|
testGetPerformance_SRCS += testGetPerformance.cpp
|
||||||
|
|
||||||
PROD_HOST += testMonitorPerformance
|
TESTPROD_HOST += testMonitorPerformance
|
||||||
testMonitorPerformance_SRCS += testMonitorPerformance.cpp
|
testMonitorPerformance_SRCS += testMonitorPerformance.cpp
|
||||||
|
|
||||||
PROD_HOST += rpcServiceExample
|
TESTPROD_HOST += rpcServiceExample
|
||||||
rpcServiceExample_SRCS += rpcServiceExample.cpp
|
rpcServiceExample_SRCS += rpcServiceExample.cpp
|
||||||
|
|
||||||
PROD_HOST += rpcServiceAsyncExample
|
TESTPROD_HOST += rpcServiceAsyncExample
|
||||||
rpcServiceAsyncExample_SRCS += rpcServiceAsyncExample.cpp
|
rpcServiceAsyncExample_SRCS += rpcServiceAsyncExample.cpp
|
||||||
|
|
||||||
PROD_HOST += rpcWildServiceExample
|
TESTPROD_HOST += rpcWildServiceExample
|
||||||
rpcWildServiceExample_SRCS += rpcWildServiceExample.cpp
|
rpcWildServiceExample_SRCS += rpcWildServiceExample.cpp
|
||||||
|
|
||||||
PROD_HOST += rpcClientExample
|
TESTPROD_HOST += rpcClientExample
|
||||||
rpcClientExample_SRCS += rpcClientExample.cpp
|
rpcClientExample_SRCS += rpcClientExample.cpp
|
||||||
|
|
||||||
PROD_HOST += pipelineServiceExample
|
TEESTPROD_HOST += pipelineServiceExample
|
||||||
pipelineServiceExample_SRCS += pipelineServiceExample.cpp
|
pipelineServiceExample_SRCS += pipelineServiceExample.cpp
|
||||||
|
|
||||||
TESTPROD_HOST += testClientFactory
|
TESTPROD_HOST += testClientFactory
|
||||||
|
Reference in New Issue
Block a user