This combination
-DTEST_S=ON -DTFM_PARTITION_AUDIT_LOG=ON -DTFM_PSA_API=ON
gives me a compilation error:
tf-m-tests/test/framework/secure_suites.c:69:7: error: 'register_testsuite_s_audit_interface' undeclared here (not in a function); did you mean 'register_testsuite_s_ipc_interface'? 69 | {®ister_testsuite_s_audit_interface, 0, 0, 0}, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | register_testsuite_s_ipc_interface
Tested on nrf5340 and AN521, Make and Ninja.
Minimal call to reproduce:
cmake .. -DTFM_PLATFORM=mps2/an521 -DTEST_S=ON -DTFM_PARTITION_AUDIT_LOG=ON -DTFM_PSA_API=ON