unit test using internal signal connection

pull/4904/head
morris 2020-02-24 21:27:00 +08:00
rodzic 07088c6446
commit acd4d4a40b
4 zmienionych plików z 242 dodań i 734 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

@ -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)

Wyświetl plik

@ -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: