refactor test server
authorAndy Green <andy.green@linaro.org>
Thu, 19 Nov 2015 05:55:47 +0000 (13:55 +0800)
committerAndy Green <andy.green@linaro.org>
Thu, 19 Nov 2015 05:55:47 +0000 (13:55 +0800)
commiteb15ea01986d878216b8703a23aaabbda3ca9ae2
tree6b8be1da5bb8e6cd684653ee86223823c6f9cc6e
parent9494c66d20898ddb39483427c84f152b03cbad28
refactor test server

Split test-server into four C files and a header

Signed-off-by: Andy Green <andy.green@linaro.org>
CMakeLists.txt
test-server/test-server-dumb-increment.c [new file with mode: 0644]
test-server/test-server-http.c [new file with mode: 0644]
test-server/test-server-mirror.c [new file with mode: 0644]
test-server/test-server.c
test-server/test-server.h [new file with mode: 0644]