diff options
author | Theo Buehler <tb@openbsd.org> | 2024-11-02 16:23:13 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-11-02 16:23:13 +0100 |
commit | 9b6c55006a93faf6192d6581056429b35650b73c (patch) | |
tree | 9b33b3b7fdc5a9b0b5208a287ecc570ebf1f882b /tests | |
parent | 03b3f780ead4a360d16ed4d5094ab3ce5c4f6622 (diff) | |
download | portable-9b6c55006a93faf6192d6581056429b35650b73c.tar.gz portable-9b6c55006a93faf6192d6581056429b35650b73c.tar.bz2 portable-9b6c55006a93faf6192d6581056429b35650b73c.zip |
Try to fix Emscripten ASAN OOM for ec_asn1_test
Diffstat (limited to 'tests')
-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 6f23de5..568d474 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -390,6 +390,7 @@ add_platform_test(ecc_cdh ecc_cdh) | |||
390 | # ec_asn1_test | 390 | # ec_asn1_test |
391 | add_executable(ec_asn1_test ec_asn1_test.c) | 391 | add_executable(ec_asn1_test ec_asn1_test.c) |
392 | target_link_libraries(ec_asn1_test ${OPENSSL_TEST_LIBS}) | 392 | target_link_libraries(ec_asn1_test ${OPENSSL_TEST_LIBS}) |
393 | prepare_emscripten_test_target(ec_asn1_test) | ||
393 | add_platform_test(ec_asn1_test ec_asn1_test) | 394 | add_platform_test(ec_asn1_test ec_asn1_test) |
394 | 395 | ||
395 | # ec_point_conversion | 396 | # ec_point_conversion |