diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2020-05-04 23:40:33 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2020-05-04 23:40:33 +0900 |
commit | 1fe779234937c7194ef5a11f383136eb005370d5 (patch) | |
tree | 79f6291f1131f1959a6de57f20839be8d9324c42 /tests | |
parent | 4270e6716f03a2c65fb2c5f22348f657abccc771 (diff) | |
download | portable-1fe779234937c7194ef5a11f383136eb005370d5.tar.gz portable-1fe779234937c7194ef5a11f383136eb005370d5.tar.bz2 portable-1fe779234937c7194ef5a11f383136eb005370d5.zip |
Enable regress handshake_table on Windows
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index f8bb6d8..ed63f06 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -226,7 +226,7 @@ target_link_libraries(gost2814789t ${OPENSSL_LIBS}) | |||
226 | add_test(gost2814789t gost2814789t) | 226 | add_test(gost2814789t gost2814789t) |
227 | 227 | ||
228 | # handshake_table | 228 | # handshake_table |
229 | if(NOT BUILD_SHARED_LIBS AND NOT MSVC) | 229 | if(NOT BUILD_SHARED_LIBS) |
230 | add_executable(handshake_table handshake_table.c) | 230 | add_executable(handshake_table handshake_table.c) |
231 | target_link_libraries(handshake_table ${OPENSSL_LIBS}) | 231 | target_link_libraries(handshake_table ${OPENSSL_LIBS}) |
232 | add_test(handshake_table handshake_table) | 232 | add_test(handshake_table handshake_table) |