change(test_utils): moved test_utils component to tools/test_apps/components/

This commit is contained in:
Marius Vikhammer
2025-07-21 14:05:50 +08:00
parent 3c3ee159c5
commit bf84ab652a
82 changed files with 80 additions and 79 deletions

View File

@@ -1,7 +1,7 @@
#This is the project CMakeLists.txt file for the test subproject
cmake_minimum_required(VERSION 3.16)
set(EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/tools/unit-test-app/components")
set(EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/tools/test_apps/components")
#"Trim" the build. Include the minimal set of components, main, and anything it depends on.
set(COMPONENTS main)