Skip to content

Commit a5555ab

Browse files
ycsinmmahadevan108
authored andcommitted
testsuite: coverage: fix typo in the CMakeLists.txt
`zephyr_BASE` should have been `ZEPHYR_BASE`, fix it. Signed-off-by: Yong Cong Sin <[email protected]>
1 parent 495a374 commit a5555ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/testsuite/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ if(CONFIG_TEST)
66
zephyr_include_directories(${ZEPHYR_BASE}/subsys/testsuite/include)
77
endif()
88
add_subdirectory_ifdef(CONFIG_COVERAGE_GCOV coverage)
9-
zephyr_include_directories_ifdef(CONFIG_COVERAGE_GCOV ${zephyr_BASE}/subsys/testsuite/coverage)
9+
zephyr_include_directories_ifdef(CONFIG_COVERAGE_GCOV ${ZEPHYR_BASE}/subsys/testsuite/coverage)
1010

1111
zephyr_library_sources_ifdef(CONFIG_TEST_BUSY_SIM busy_sim/busy_sim.c)

0 commit comments

Comments
 (0)