Bignum tests: set unique combinations off by default
Normally we need all the combinations, unique combinations make sense only if the operation is commutative. No changes to generated tests. Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
parent
76c21bd242
commit
f45797652f
3 changed files with 3 additions and 3 deletions
|
@ -78,6 +78,7 @@ class BignumOperation(bignum_common.OperationCommon, BignumTarget,
|
|||
metaclass=ABCMeta):
|
||||
#pylint: disable=abstract-method
|
||||
"""Common features for bignum operations in legacy tests."""
|
||||
unique_combinations_only = True
|
||||
input_values = [
|
||||
"", "0", "-", "-0",
|
||||
"7b", "-7b",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue