mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 13:14:32 +02:00
unit test using internal signal connection
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
idf_component_register(SRC_DIRS . param_test
|
||||
INCLUDE_DIRS include param_test/include
|
||||
REQUIRES unity test_utils driver nvs_flash esp_serial_slave_link
|
||||
)
|
||||
REQUIRES unity test_utils driver nvs_flash esp_serial_slave_link infrared_tools)
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,8 @@
|
||||
# CMakeLists in this exact order for cmake to work correctly
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
set(EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/examples/cxx/experimental/experimental_cpp_component/")
|
||||
set(EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/examples/cxx/experimental/experimental_cpp_component/"
|
||||
"$ENV{IDF_PATH}/examples/peripherals/rmt/ir_protocols/components")
|
||||
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
project(unit-test-app)
|
||||
|
@@ -5,6 +5,8 @@
|
||||
|
||||
PROJECT_NAME := unit-test-app
|
||||
|
||||
EXTRA_COMPONENT_DIRS += ${IDF_PATH}/examples/peripherals/rmt/ir_protocols/components
|
||||
|
||||
ifeq ($(MAKELEVEL),0)
|
||||
# Set default target
|
||||
all:
|
||||
|
Reference in New Issue
Block a user