diff options
author | Fabian Jahr <fjahr@protonmail.com> | 2020-06-11 14:59:08 +0200 |
---|---|---|
committer | Fabian Jahr <fjahr@protonmail.com> | 2020-07-16 18:10:43 +0200 |
commit | ab30cece0e84a8b917cb9a219c2466574362f300 (patch) | |
tree | 262766be502124fd6d5dbfece2788ee4187229d8 /test/functional/test_runner.py | |
parent | b33136b6ba9887f7db651c4c5264ca7f2f601df7 (diff) |
test: Move modinv to util and add 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 c0bc471d5a..c948833c42 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -70,6 +70,7 @@ TEST_FRAMEWORK_MODULES = [ "address", "blocktools", "script", + "util", ] EXTENDED_SCRIPTS = [ |