mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-04 10:17:46 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user