test: declare requirements and include dirs private

This commit is contained in:
Renz Bagaporo
2020-03-22 18:30:24 +08:00
parent 4d9c573fb6
commit 3d0967a58a
41 changed files with 74 additions and 74 deletions

View File

@@ -1,5 +1,5 @@
if(CONFIG_BT_ENABLED OR CMAKE_BUILD_EARLY_EXPANSION)
idf_component_register(SRC_DIRS "."
INCLUDE_DIRS "."
REQUIRES unity nvs_flash bt)
PRIV_INCLUDE_DIRS "."
PRIV_REQUIRES unity nvs_flash bt)
endif()