Convert bn_test to GTest.
BUG=129 Change-Id: I21570257c2f40a2c65587d30dbf249a546aa7d8e Reviewed-on: https://boringssl-review.googlesource.com/16885 Commit-Queue: Adam Langley <agl@google.com> Reviewed-by: Adam Langley <agl@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
This commit is contained in:
parent
a51912f7fe
commit
6758d043bb
@ -247,6 +247,7 @@ add_executable(
|
||||
evp/evp_extra_test.cc
|
||||
evp/pbkdf_test.cc
|
||||
fipsmodule/aes/aes_test.cc
|
||||
fipsmodule/bn/bn_test.cc
|
||||
fipsmodule/ec/ec_test.cc
|
||||
fipsmodule/modes/gcm_test.cc
|
||||
fipsmodule/rand/ctrdrbg_test.cc
|
||||
|
@ -194,17 +194,6 @@ else()
|
||||
)
|
||||
endif()
|
||||
|
||||
add_executable(
|
||||
bn_test
|
||||
|
||||
bn/bn_test.cc
|
||||
|
||||
$<TARGET_OBJECTS:test_support>
|
||||
)
|
||||
|
||||
target_link_libraries(bn_test crypto)
|
||||
add_dependencies(all_tests bn_test)
|
||||
|
||||
add_executable(
|
||||
example_mul
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -39,6 +39,7 @@ set(
|
||||
crypto/curve25519/ed25519_tests.txt
|
||||
crypto/ecdh/ecdh_tests.txt
|
||||
crypto/fipsmodule/aes/aes_tests.txt
|
||||
crypto/fipsmodule/bn/bn_tests.txt
|
||||
crypto/fipsmodule/modes/gcm_tests.txt
|
||||
crypto/fipsmodule/rand/ctrdrbg_vectors.txt
|
||||
crypto/hmac_extra/hmac_tests.txt
|
||||
|
@ -1,7 +1,6 @@
|
||||
[
|
||||
["crypto/crypto_test"],
|
||||
["crypto/evp/evp_test", "crypto/evp/evp_tests.txt"],
|
||||
["crypto/fipsmodule/bn_test", "crypto/fipsmodule/bn/bn_tests.txt"],
|
||||
["crypto/fipsmodule/ecdsa_sign_test", "crypto/fipsmodule/ecdsa/ecdsa_sign_tests.txt"],
|
||||
["crypto/fipsmodule/ecdsa_test"],
|
||||
["crypto/fipsmodule/ecdsa_verify_test", "crypto/fipsmodule/ecdsa/ecdsa_verify_tests.txt"],
|
||||
|
Loading…
Reference in New Issue
Block a user