test, examples: use new component registration function

This commit is contained in:
Renz Bagaporo
2020-03-22 17:34:18 +08:00
parent bd827a4d2f
commit 4d9c573fb6
33 changed files with 124 additions and 197 deletions
+3 -5
View File
@@ -1,5 +1,3 @@
set(COMPONENT_SRCDIRS ".")
set(COMPONENT_PRIV_INCLUDEDIRS "../private_include" ".")
set(COMPONENT_PRIV_REQUIRES unity test_utils tcp_transport)
register_component()
idf_component_register(SRC_DIRS "."
INCLUDE_DIRS "../private_include" "."
PRIV_REQUIRES unity test_utils tcp_transport)