1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

Merge pull request #6698 from wernerlewis/bignum_mod_py

Bignum: Enable test generation from bignum_mod.py
This commit is contained in:
Dave Rodgman
2022-12-01 11:48:14 +00:00
committed by GitHub
4 changed files with 6 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ from mbedtls_dev import bignum_common
# Import modules containing additional test classes
# Test function classes in these modules will be registered by
# the framework
from mbedtls_dev import bignum_core, bignum_mod_raw # pylint: disable=unused-import
from mbedtls_dev import bignum_core, bignum_mod_raw, bignum_mod # pylint: disable=unused-import
class BignumTarget(test_data_generation.BaseTarget):
#pylint: disable=too-few-public-methods