tracing: add empty test macros

Add support for new tracing macros in test backend. Move header from
sample into the subsystem and make it available for general testing with
any application.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-04-27 08:29:53 -04:00
commit 270be80caa
5 changed files with 895 additions and 170 deletions

View file

@ -50,3 +50,7 @@ zephyr_include_directories_ifdef(CONFIG_TRACING include)
add_subdirectory_ifdef(CONFIG_TRACING_CTF ctf)
add_subdirectory_ifdef(CONFIG_SEGGER_SYSTEMVIEW sysview)
zephyr_sources_ifdef(
CONFIG_TRACING_TEST
tracing_string_format_test.c
)