added test-framework

This commit is contained in:
2021-01-02 00:30:13 +01:00
parent fb5924cff1
commit 563a7b19a8
19 changed files with 1431 additions and 49 deletions

17
test/Makefile Normal file
View File

@ -0,0 +1,17 @@
#
# This is a project Makefile for the test subproject.
#
PROJECT_NAME := unit_test_test
# Include the components directory of the main application:
#
EXTRA_COMPONENT_DIRS := $(realpath ../components)
# Set the components to include the tests for.
# This can be overriden from the command line
# (e.g. 'make TEST_COMPONENTS=xxxx flash monitor')
#
TEST_COMPONENTS ?= mesh_ota
include $(IDF_PATH)/make/project.mk