diff options
author | Fabian Jahr <fjahr@protonmail.com> | 2020-05-31 20:31:17 +0200 |
---|---|---|
committer | Fabian Jahr <fjahr@protonmail.com> | 2020-07-16 18:10:48 +0200 |
commit | 0e2b400fea890e769b75da5b55fa1902fd9f9851 (patch) | |
tree | ee06bec6183254a1bb0452d4abe15105b219bae0 /test/functional/test_runner.py | |
parent | b85543cb7361d6ba27c0eeca756eec9fd5395b36 (diff) |
test: Add basic Python/C++ Muhash implementation parity unit test
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 1 |
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", ] |