commit | 5a593af42a2e536b37c0de7f00939961bbd510eb | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Mon Aug 11 19:51:50 2014 -0400 |
committer | Adam Langley <agl@google.com> | Wed Aug 13 23:44:50 2014 +0000 |
tree | 474c04daeffa1ce3a8a6129433e935efd2154f83 | |
parent | 83c0bc94d7a30ec31ba5ee01458ff94fa7f604e7 [diff] [blame] |
Move configuration into a dedicated TestConfig struct. This removes some duplicate code in parsing command-line flags and, more importantly, makes configuration available when constructing the SSL_CTX and avoids a number of globals. Change-Id: I26e2d2285b732f855a2c82752bc8e0db480c3b30 Reviewed-on: https://boringssl-review.googlesource.com/1502 Reviewed-by: Adam Langley <agl@google.com>
diff --git a/ssl/test/CMakeLists.txt b/ssl/test/CMakeLists.txt index 22c6619..5cb7e80 100644 --- a/ssl/test/CMakeLists.txt +++ b/ssl/test/CMakeLists.txt
@@ -5,6 +5,7 @@ async_bio.cc bssl_shim.cc + test_config.cc ) target_link_libraries(bssl_shim ssl crypto)