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:
parent
7a646b3f8e
commit
270be80caa
5 changed files with 895 additions and 170 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue