From 26439bf692d00414e41443c0980df3ee89ebdae5 Mon Sep 17 00:00:00 2001 From: Gabor Mezei Date: Fri, 27 Jan 2023 14:33:50 +0100 Subject: [PATCH] Revert "Add dependency for generated test cases" The 'MBEDTLS_TEST_HOOKS' belongs to a test function and not to a test case. This reverts commit 1e8c210b9d1f370c9724edbd7d86089fb4b58c68. Signed-off-by: Gabor Mezei --- scripts/mbedtls_dev/bignum_mod_raw.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/mbedtls_dev/bignum_mod_raw.py b/scripts/mbedtls_dev/bignum_mod_raw.py index e1ff0cd98f..69fe7b8e6a 100644 --- a/scripts/mbedtls_dev/bignum_mod_raw.py +++ b/scripts/mbedtls_dev/bignum_mod_raw.py @@ -59,7 +59,6 @@ class BignumModRawFixQuasiReduction(bignum_common.ModOperationCommon, test_name = "mbedtls_mpi_mod_raw_fix_quasi_reduction" input_style = "fixed" arity = 1 - dependencies = ["MBEDTLS_TEST_HOOKS"] # Extend the default values with n < x < 2n input_values = bignum_common.ModOperationCommon.input_values + [