We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 495a374 commit a5555abCopy full SHA for a5555ab
subsys/testsuite/CMakeLists.txt
@@ -6,6 +6,6 @@ if(CONFIG_TEST)
6
zephyr_include_directories(${ZEPHYR_BASE}/subsys/testsuite/include)
7
endif()
8
add_subdirectory_ifdef(CONFIG_COVERAGE_GCOV coverage)
9
-zephyr_include_directories_ifdef(CONFIG_COVERAGE_GCOV ${zephyr_BASE}/subsys/testsuite/coverage)
+zephyr_include_directories_ifdef(CONFIG_COVERAGE_GCOV ${ZEPHYR_BASE}/subsys/testsuite/coverage)
10
11
zephyr_library_sources_ifdef(CONFIG_TEST_BUSY_SIM busy_sim/busy_sim.c)
0 commit comments