mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
d8242fe976
* closes IDF-1135: same namespace was used in different tests which could lead to conflicts when re-running tests * removes duplicated functions declarations * correct argument order for test case macros
4 lines
149 B
CMake
4 lines
149 B
CMake
idf_component_register(SRC_DIRS "."
|
|
INCLUDE_DIRS "."
|
|
REQUIRES unity test_utils nvs_flash bootloader_support)
|