test_driver.py: Fix/Improve some comments

Signed-off-by: Ronald Cron <[email protected]>
This commit is contained in:
Ronald Cron
2025-12-11 14:40:46 +01:00
parent c9740a6492
commit 17750d1f3a
2 changed files with 43 additions and 18 deletions
@@ -66,11 +66,7 @@ typedef psa_crypto_driver_pake_step_t libtestdriver1_psa_crypto_driver_pake_step
* - In TF-PSA-Crypto, the libtestdriver1 library code is located in
* `drivers/libtestdriver1`. The header path is relative to
* `drivers/libtestdriver1/include` and has the form:
* `../../libtestdriver1/src/xyz`
*
* Note: the path cannot simply be `../src/xyz`, because that could refer to
* a header under `drivers/builtin/src`. The directory `drivers/builtin/include`
* is also in the header search path when compiling test drivers.
* `../src/libtestdriver1-xyz`
*
* Uncrustify is not happy with the macros, temporarily disable it.
*