Add some basic server tests to runner.go.
client_shim.cc and runner.go are generalized to handle both ends. Plumb a bit
through the test case to control which and add server versions of all the
cipher suite tests.
Change-Id: Iab2640b390f7ed7160c9a9bf6bb34b8bec761b2e
Reviewed-on: https://boringssl-review.googlesource.com/1091
Reviewed-by: Adam Langley <agl@google.com>
diff --git a/ssl/test/CMakeLists.txt b/ssl/test/CMakeLists.txt
index 7d073c1..1b70e99 100644
--- a/ssl/test/CMakeLists.txt
+++ b/ssl/test/CMakeLists.txt
@@ -1,9 +1,9 @@
include_directories(../../include)
add_executable(
- client_shim
+ bssl_shim
- client_shim.cc
+ bssl_shim.cc
)
-target_link_libraries(client_shim ssl crypto)
+target_link_libraries(bssl_shim ssl crypto)