tracing: move test format into its own directory
Minor cleanup keep format location uniform. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
410b895411
commit
fe14c23852
4 changed files with 8 additions and 5 deletions
|
@ -48,9 +48,5 @@ zephyr_include_directories_ifdef(
|
|||
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
|
||||
)
|
||||
add_subdirectory_ifdef(CONFIG_TRACING_TEST test)
|
||||
|
|
7
subsys/tracing/test/CMakeLists.txt
Normal file
7
subsys/tracing/test/CMakeLists.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
|
||||
zephyr_sources(
|
||||
tracing_string_format_test.c
|
||||
)
|
||||
|
||||
zephyr_include_directories(.)
|
Loading…
Add table
Add a link
Reference in a new issue