Fix CMakeLists.txt definitions and test cases.

This commit is contained in:
2025-07-03 18:58:09 +03:00
parent 421dea7d69
commit ed5b86e863
3 changed files with 36 additions and 14 deletions

View File

@@ -1,3 +1,8 @@
# Create a component for test component
idf_component_register(SRCS_DIRS "."
INCLUDE_DIRS "."
REQUIRES unity relay_chn)
REQUIRES unity relay_chn)
# Mark this as a test component
# 'relay_chn' is the name of the main component.
idf_build_set_property(TEST_COMPONENTS "relay_chn" APPEND)