Jakob Hasse fe7ebf75a0 NVS Flash: prevent erasing initialized partition 6 жил өмнө
..
Makefile 59680bbaff nvs: unit tests for new partition API 5 жил өмнө
README.md d286876d34 NVS: expose C++ API 6 жил өмнө
crc.cpp d390449371 add unit tests to esp-idf 9 жил өмнө
crc.h d390449371 add unit tests to esp-idf 9 жил өмнө
esp_error_check_stub.cpp 07acbb5664 ESP_ERROR_CHECK converts error code to text 7 жил өмнө
main.cpp d390449371 add unit tests to esp-idf 9 жил өмнө
sdkconfig.h c730c9e397 nvs: minor host test fixes 6 жил өмнө
spi_flash_emulation.cpp d390449371 add unit tests to esp-idf 9 жил өмнө
spi_flash_emulation.h 5a27a63541 nvs-flash: Support for blobs larger than half of SPI Flash sector size 7 жил өмнө
test_compressed_enum_table.cpp d390449371 add unit tests to esp-idf 9 жил өмнө
test_intrusive_list.cpp d390449371 add unit tests to esp-idf 9 жил өмнө
test_nvs.cpp fe7ebf75a0 NVS Flash: prevent erasing initialized partition 5 жил өмнө
test_nvs_cxx_api.cpp d286876d34 NVS: expose C++ API 6 жил өмнө
test_nvs_handle.cpp fe7ebf75a0 NVS Flash: prevent erasing initialized partition 5 жил өмнө
test_nvs_initialization.cpp fe7ebf75a0 NVS Flash: prevent erasing initialized partition 5 жил өмнө
test_nvs_storage.cpp 26379f7d3e NVS: bugfix - iterator skipping version 1 blobs 5 жил өмнө
test_partition_manager.cpp d286876d34 NVS: expose C++ API 6 жил өмнө
test_spi_flash_emulation.cpp 5268960235 Added support for NVS iterators 6 жил өмнө

README.md

Build

make -j 6

Run

  • Run particular test case:

    ./test_nvs "<particular test case>"
    
    
  • Run all quick tests:

    ./test_nvs -d yes exclude:[long]
    
  • Run all tests (takes several hours)

    ./test_nvs -d yes