OVMS3-idf/components/nvs_flash/test/CMakeLists.txt
Jakob Hasse d8242fe976 nvs: Added nvs tests, minor corrections
* 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
2019-11-07 10:23:47 +08:00

4 lines
149 B
CMake

idf_component_register(SRC_DIRS "."
INCLUDE_DIRS "."
REQUIRES unity test_utils nvs_flash bootloader_support)