test servers: convert to static inclusion of plugins
authorAndy Green <andy@warmcat.com>
Wed, 28 Jun 2017 03:16:48 +0000 (11:16 +0800)
committerAndy Green <andy@warmcat.com>
Wed, 28 Jun 2017 03:16:48 +0000 (11:16 +0800)
commit5939d3a961f52cccbb2a6bd72772df2c34afd0c1
treefd355b631dfc8ca36b9fa378c48e9f6cd543109d
parent55d9037c326948e9b72111585e64c65d6f4ce0a8
test servers: convert to static inclusion of plugins

This eliminates the duplicated implementations of the test protocols,
except dumb-increment (which requires libuv).

This has various advantages, including bringing all the test servers
up to the same set of protocols support.

Triggered by finding a bug in server status protocol that was long
ago fixed in the plugins version.
CMakeLists.txt
test-server/test-server-echogen.c [deleted file]
test-server/test-server-libev.c
test-server/test-server-libuv.c
test-server/test-server-mirror.c [deleted file]
test-server/test-server-pthreads.c
test-server/test-server-status.c [deleted file]
test-server/test-server.c
test-server/test-server.h