fix component include

This commit is contained in:
2021-01-02 10:57:03 +01:00
parent 563a7b19a8
commit d570ce8cc7
11 changed files with 31 additions and 1259 deletions

View File

@ -13,4 +13,4 @@ set(EXTRA_COMPONENT_DIRS "../components")
set(TEST_COMPONENTS "mesh_ota" CACHE STRING "List of components to test")
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(unit_test_test)
project(unit_test_mesh_ota)

View File

@ -2,7 +2,7 @@
# This is a project Makefile for the test subproject.
#
PROJECT_NAME := unit_test_test
PROJECT_NAME := unit_test_mesh_ota
# Include the components directory of the main application:
#

View File

@ -1,2 +1,2 @@
idf_component_register(SRCS "example_unit_test_test.c"
idf_component_register(SRCS "unit_test_mesh_ota.c"
INCLUDE_DIRS ".")