testsuite: coverage: fix typo in the CMakeLists.txt
`zephyr_BASE` should have been `ZEPHYR_BASE`, fix it. Signed-off-by: Yong Cong Sin <ycsin@meta.com>
This commit is contained in:
parent
495a374a0d
commit
a5555ab077
@ -6,6 +6,6 @@ if(CONFIG_TEST)
|
||||
zephyr_include_directories(${ZEPHYR_BASE}/subsys/testsuite/include)
|
||||
endif()
|
||||
add_subdirectory_ifdef(CONFIG_COVERAGE_GCOV coverage)
|
||||
zephyr_include_directories_ifdef(CONFIG_COVERAGE_GCOV ${zephyr_BASE}/subsys/testsuite/coverage)
|
||||
zephyr_include_directories_ifdef(CONFIG_COVERAGE_GCOV ${ZEPHYR_BASE}/subsys/testsuite/coverage)
|
||||
|
||||
zephyr_library_sources_ifdef(CONFIG_TEST_BUSY_SIM busy_sim/busy_sim.c)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user