Skip to content

Commit

Permalink
Land #1121 - fix ec_asn1_test for Emscripten ASAN
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Nov 2, 2024
2 parents 03b3f78 + 9b6c550 commit 7aaf263
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ add_platform_test(ecc_cdh ecc_cdh)
# ec_asn1_test
add_executable(ec_asn1_test ec_asn1_test.c)
target_link_libraries(ec_asn1_test ${OPENSSL_TEST_LIBS})
prepare_emscripten_test_target(ec_asn1_test)
add_platform_test(ec_asn1_test ec_asn1_test)

# ec_point_conversion
Expand Down

0 comments on commit 7aaf263

Please sign in to comment.