TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
core_ns_tests.h File Reference
#include "test_framework.h"
Include dependency graph for core_ns_tests.h:
This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

void register_testsuite_ns_core_interactive ( struct test_suite_t p_test_suite)

Register testsuite for the core interactive tests.

Parameters
[in]p_test_suiteThe test suite to be executed.

Definition at line 55 of file core_ns_interactive_testsuite.c.

Here is the call graph for this function:

void register_testsuite_ns_core_positive ( struct test_suite_t p_test_suite)

Register testsuite for the core positive tests.

Parameters
[in]p_test_suiteThe test suite to be executed.

Definition at line 101 of file core_ns_positive_testsuite.c.

Here is the call graph for this function: