Skip to content

Commit 74925f9

Browse files
kwvgPastaPastaPasta
authored andcommitted
merge bitcoin#27542: add ripemd160 to test framework modules list
1 parent ca96231 commit 74925f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/functional/test_runner.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,14 @@
6767
TEST_EXIT_PASSED = 0
6868
TEST_EXIT_SKIPPED = 77
6969

70+
# List of framework modules containing unit tests. Should be kept in sync with
71+
# the output of `git grep unittest.TestCase ./test/functional/test_framework`
7072
TEST_FRAMEWORK_MODULES = [
7173
"address",
7274
"blocktools",
7375
"muhash",
7476
"key",
77+
"ripemd160",
7578
"script",
7679
"util",
7780
]

0 commit comments

Comments
 (0)