Bignum Tests: remove OperationCommonArchSplit
The ArchSplit functionality was duplicated and moved to OperationCommon from the other copy. The remnants of the functionality is moved to the only subclass using this. There is no semantic change to the generated tests. The order has changed however: core_add tests have been moved before core_mla tests and the order of the 64 and 32 bit versions have been swapped. Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
parent
b41ab926b2
commit
6fa3f0653a
3 changed files with 29 additions and 49 deletions
|
@ -56,7 +56,7 @@ class BignumModRawConvertToMont(bignum_common.ModOperationCommon,
|
|||
|
||||
test_function = "mpi_mod_raw_to_mont_rep"
|
||||
test_name = "Convert into Mont: "
|
||||
arch_split = True
|
||||
input_style = "arch_split"
|
||||
|
||||
test_data_moduli = ["b",
|
||||
"fd",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue