mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-06-06 11:40:59 +03:00
Rename test_suite_bignum for consistency with bignum.{h,c}
Align the name of the bignum test suite with the source module (which was renamed from mpi.c to bignum.c in the PolarSSL 1.x days). This also brings it into line with the test suites for the low-level bignum interfaces. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
2478b3499f
commit
5b68608b40
@ -85,8 +85,8 @@ def combination_pairs(values: List[T]) -> List[Tuple[T, T]]:
|
|||||||
|
|
||||||
class BignumTarget(test_data_generation.BaseTarget, metaclass=ABCMeta):
|
class BignumTarget(test_data_generation.BaseTarget, metaclass=ABCMeta):
|
||||||
#pylint: disable=abstract-method
|
#pylint: disable=abstract-method
|
||||||
"""Target for bignum (mpi) test case generation."""
|
"""Target for bignum (legacy) test case generation."""
|
||||||
target_basename = 'test_suite_mpi.generated'
|
target_basename = 'test_suite_bignum.generated'
|
||||||
|
|
||||||
|
|
||||||
class BignumOperation(BignumTarget, metaclass=ABCMeta):
|
class BignumOperation(BignumTarget, metaclass=ABCMeta):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user