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
3 lines
149 B
CMake
3 lines
149 B
CMake
idf_component_register(SRC_DIRS "."
|
|
INCLUDE_DIRS "."
|
|
REQUIRES unity test_utils nvs_flash bootloader_support)
|