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

@@ -11,8 +11,8 @@ else()
endforeach()
idf_component_register(SRCS "${TEST_CASES_FILES}" "test_sodium.c"
INCLUDE_DIRS "." "${LS_TESTDIR}/../quirks"
REQUIRES unity libsodium)
PRIV_INCLUDE_DIRS "." "${LS_TESTDIR}/../quirks"
PRIV_REQUIRES unity libsodium)
# The libsodium test suite is designed to be run each test case as an executable on a desktop computer and uses
# filesytem to write & then compare contents of each file.