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 <[email protected]>
This commit is contained in:
David Horstmann
2024-07-18 14:35:40 +01:00
parent 9819b048a6
commit bde4a56a25
+5 -4
View File
@@ -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)