aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorFabian Jahr <fjahr@protonmail.com>2020-05-31 20:31:17 +0200
committerFabian Jahr <fjahr@protonmail.com>2020-07-16 18:10:48 +0200
commit0e2b400fea890e769b75da5b55fa1902fd9f9851 (patch)
treeee06bec6183254a1bb0452d4abe15105b219bae0 /test/functional/test_runner.py
parentb85543cb7361d6ba27c0eeca756eec9fd5395b36 (diff)
downloadbitcoin-0e2b400fea890e769b75da5b55fa1902fd9f9851.tar.xz
test: Add basic Python/C++ Muhash implementation parity unit test
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index c948833c42..d7ec9b8b8e 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -69,6 +69,7 @@ TEST_EXIT_SKIPPED = 77
TEST_FRAMEWORK_MODULES = [
"address",
"blocktools",
+ "muhash",
"script",
"util",
]