Skip to content

Commit 3689035

Browse files
shubhamkulkarni97espressif-bot
authored andcommitted
tests: Fix CI build failures
1 parent 1bb1b70 commit 3689035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/nvs_flash/host_test/nvs_page_test/main/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ idf_component_register(SRCS "nvs_page_test.cpp"
55
"${CMAKE_CURRENT_SOURCE_DIR}/../../../src"
66
PRIV_INCLUDE_DIRS
77
"${CMAKE_CURRENT_SOURCE_DIR}/../../../private_include"
8-
REQUIRES cmock nvs_flash spi_flash)
8+
REQUIRES cmock nvs_flash spi_flash partition_table)
99

1010
target_compile_options(${COMPONENT_LIB} PUBLIC --coverage)
1111
target_link_libraries(${COMPONENT_LIB} --coverage)

0 commit comments

Comments
 (0)