From bde4a56a25702af4a5b6ae1548db6295a53a3243 Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Thu, 18 Jul 2024 14:35:40 +0100 Subject: [PATCH] Update comment references to test helpers Update references to tests/src and tests/include in a code comment now that these live in the framework. Signed-off-by: David Horstmann --- tests/include/test/constant_flow.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/include/test/constant_flow.h b/tests/include/test/constant_flow.h index c5658eb40..22d4371ee 100644 --- a/tests/include/test/constant_flow.h +++ b/tests/include/test/constant_flow.h @@ -36,10 +36,11 @@ * do nothing are defined for convenience. * * \note #TEST_CF_SECRET must be called directly from within a .function file, - * not indirectly via a macro defined under tests/include or a function - * under tests/src. This is because we only run Valgrind for constant - * flow on test suites that have greppable annotations inside them (see - * `skip_suites_without_constant_flow` in `tests/scripts/all.sh`). + * not indirectly via a macro defined under framework/tests/include or a + * function under framework/tests/src. This is because we only run + * Valgrind for constant flow on test suites that have greppable + * annotations inside them (see `skip_suites_without_constant_flow` in + * `tests/scripts/all.sh`). */ #if defined(MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN)