Skip to content

Commit 73bd521

Browse files
committed
test(system): fixed missing test_utils component dependency
1 parent 142a830 commit 73bd521

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/esp_driver_i3c/test_apps/i3c_test_apps/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.16)
55
set(COMPONENTS main)
66

77
set(EXTRA_COMPONENT_DIRS
8-
"$ENV{IDF_PATH}/tools/unit-test-app/components"
8+
"$ENV{IDF_PATH}/tools/test_apps/components"
99
)
1010

1111
include($ENV{IDF_PATH}/tools/cmake/project.cmake)

tools/unit-test-app/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# CMakeLists in this exact order for cmake to work correctly
33
cmake_minimum_required(VERSION 3.16)
44

5-
list(APPEND EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/components/driver/test_apps/components")
5+
list(APPEND EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/tools/test_apps/components")
66

77
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
88
project(unit-test-app)

0 commit comments

Comments
 (0)