fix component include
This commit is contained in:
@ -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)
|
||||
|
@ -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:
|
||||
#
|
||||
|
@ -1,2 +1,2 @@
|
||||
idf_component_register(SRCS "example_unit_test_test.c"
|
||||
idf_component_register(SRCS "unit_test_mesh_ota.c"
|
||||
INCLUDE_DIRS ".")
|
||||
|
Reference in New Issue
Block a user