mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-11 12:03:04 +02:00
[test] Move test framework crypto functions to crypto/
This commit is contained in:
@@ -74,11 +74,11 @@ TEST_EXIT_SKIPPED = 77
|
||||
TEST_FRAMEWORK_MODULES = [
|
||||
"address",
|
||||
"blocktools",
|
||||
"ellswift",
|
||||
"crypto.ellswift",
|
||||
"key",
|
||||
"messages",
|
||||
"muhash",
|
||||
"ripemd160",
|
||||
"crypto.muhash",
|
||||
"crypto.ripemd160",
|
||||
"script",
|
||||
"segwit_addr",
|
||||
]
|
||||
|
Reference in New Issue
Block a user