Skip to content

Commit 482dc2c

Browse files
committed
test: remove _test_secp256k1_schnorr_sign
It is not a unit test of our function, but the secp256k1 function, and was a sanity check during development. This is already tested in the secp256k1 C and Rust libraries, and the unit tests of `keystore_secp256k1_schnorr_sign()` and the transitive tests in signtx.rs are sufficient to catch regressions.
1 parent ff343f8 commit 482dc2c

File tree

2 files changed

+0
-91
lines changed

2 files changed

+0
-91
lines changed

test/unit-test/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,6 @@ target_link_libraries(u2f-util PUBLIC ${HIDAPI_LDFLAGS})
228228
set(TEST_LIST
229229
cleanup
230230
"-Wl,--wrap=util_cleanup_32"
231-
keystore
232-
"-Wl,--wrap=secp256k1_anti_exfil_sign,--wrap=memory_is_initialized,--wrap=memory_is_seeded,--wrap=memory_get_failed_unlock_attempts,--wrap=memory_reset_failed_unlock_attempts,--wrap=memory_increment_failed_unlock_attempts,--wrap=memory_set_encrypted_seed_and_hmac,--wrap=memory_get_encrypted_seed_and_hmac,--wrap=memory_get_salt_root,--wrap=reset_reset,--wrap=random_32_bytes"
233231
keystore_antiklepto
234232
""
235233
gestures

test/unit-test/test_keystore.c

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)