Add dependency for generated test cases
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
9a66ab180c
commit
1e8c210b9d
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ class BignumModRawFixQuasiReduction(bignum_common.ModOperationCommon,
|
||||||
test_name = "mbedtls_mpi_mod_raw_fix_quasi_reduction"
|
test_name = "mbedtls_mpi_mod_raw_fix_quasi_reduction"
|
||||||
input_style = "fixed"
|
input_style = "fixed"
|
||||||
arity = 1
|
arity = 1
|
||||||
|
dependencies = ["MBEDTLS_TEST_HOOKS"]
|
||||||
|
|
||||||
# Extend the default values with n < x < 2n
|
# Extend the default values with n < x < 2n
|
||||||
input_values = bignum_common.ModOperationCommon.input_values + [
|
input_values = bignum_common.ModOperationCommon.input_values + [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue