rtcio: Move rtcio test cases from unit-test-app to gpio test_app, and enable the tests for ESP32S3

This commit is contained in:
wangyuanze
2022-08-19 12:28:08 +08:00
committed by Song Ruo Jing
parent de0401047c
commit ad8d6cdedd
2 changed files with 48 additions and 17 deletions

View File

@@ -9,6 +9,10 @@ if(CONFIG_SOC_SDM_SUPPORTED)
list(APPEND srcs "test_sigma_delta_legacy.c")
endif()
if(CONFIG_SOC_RTCIO_INPUT_OUTPUT_SUPPORTED)
list(APPEND srcs "test_rtcio.c")
endif()
# In order for the cases defined by `TEST_CASE` to be linked into the final elf,
# the component can be registered as WHOLE_ARCHIVE
idf_component_register(SRCS ${srcs}