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:
Michael Davidsaver
2018-11-26 10:27:37 -08:00
parent 095011d013
commit 93a83ffa7e
2 changed files with 10 additions and 8 deletions

View File

@ -7,6 +7,8 @@ Release 6.1.0 (UNRELEASED)
- pv/namedLockPattern.h
- createFileLogger() from pv/logger.h
- 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 new @b pvcall and existing pvget replace its role as a low level troubleshooting tool.
- Remove deprecated methods configure(), flush(), and poll() from ChannelProvider.