File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
components/esp_driver_i3c/test_apps/i3c_test_apps Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.16)
55set (COMPONENTS main)
66
77set (EXTRA_COMPONENT_DIRS
8- "$ENV{IDF_PATH} /tools/unit-test-app /components"
8+ "$ENV{IDF_PATH} /tools/test_apps /components"
99)
1010
1111include ($ENV{IDF_PATH} /tools/cmake/project.cmake)
Original file line number Diff line number Diff line change 22# CMakeLists in this exact order for cmake to work correctly
33cmake_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
77include ($ENV{IDF_PATH} /tools/cmake/project.cmake)
88project (unit-test -app)
You can’t perform that action at this time.
0 commit comments