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,7 +1,7 @@
if(IDF_TARGET STREQUAL "esp32")
idf_component_register(SRC_DIRS esp32
INCLUDE_DIRS .
REQUIRES unity ulp soc esp_common)
PRIV_INCLUDE_DIRS .
PRIV_REQUIRES unity ulp soc esp_common)
set(ulp_app_name ulp_test_app)
set(ulp_s_sources "ulp/test_jumps_esp32.S")