![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
#include "test_framework.h"
Go to the source code of this file.
Functions | |
void | register_testsuite_ns_core_positive (struct test_suite_t *p_test_suite) |
Register testsuite for the core positive tests. More... | |
void | register_testsuite_ns_core_interactive (struct test_suite_t *p_test_suite) |
Register testsuite for the core interactive tests. More... | |
void register_testsuite_ns_core_interactive | ( | struct test_suite_t * | p_test_suite | ) |
Register testsuite for the core interactive tests.
[in] | p_test_suite | The test suite to be executed. |
Definition at line 55 of file core_ns_interactive_testsuite.c.
void register_testsuite_ns_core_positive | ( | struct test_suite_t * | p_test_suite | ) |
Register testsuite for the core positive tests.
[in] | p_test_suite | The test suite to be executed. |
Definition at line 101 of file core_ns_positive_testsuite.c.