Fix CMakeLists.txt definitions and test cases.
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user