8 lines
306 B
CMake
8 lines
306 B
CMake
# Create a component for test component
|
|
idf_component_register(SRCS_DIRS "."
|
|
INCLUDE_DIRS "."
|
|
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) |