mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
test: declare requirements and include dirs private
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user