1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-06-12 08:21:54 +03:00

Add flag for unique combinations in operations

Signed-off-by: Werner Lewis <werner.lewis@arm.com>
This commit is contained in:
Werner Lewis
2022-10-04 10:07:13 +01:00
parent 6351c7f5f3
commit bbf0a32d67
2 changed files with 13 additions and 1 deletions

View File

@ -97,6 +97,7 @@ class BignumCoreSub(BignumCoreOperation):
symbol = "-"
test_function = "mpi_core_sub"
test_name = "mbedtls_mpi_core_sub"
unique_combinations_only = False
def result(self) -> str:
if self.int_a >= self.int_b: