diff options
-rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 5c7edba..f52a17b 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -252,6 +252,7 @@ add_platform_test(bn_to_string bn_to_string) | |||
252 | # bn_unit | 252 | # bn_unit |
253 | add_executable(bn_unit bn_unit.c) | 253 | add_executable(bn_unit bn_unit.c) |
254 | target_link_libraries(bn_unit ${OPENSSL_TEST_LIBS}) | 254 | target_link_libraries(bn_unit ${OPENSSL_TEST_LIBS}) |
255 | set_target_properties(bn_unit PROPERTIES LINK_FLAGS "-sALLOW_MEMORY_GROWTH") | ||
255 | add_platform_test(bn_unit bn_unit) | 256 | add_platform_test(bn_unit bn_unit) |
256 | 257 | ||
257 | # bn_word | 258 | # bn_word |