Ivan Grokhotkov 74e1613b17 Merge branch 'bugfix/nvs_close_nukes_all_handles_v4.2' into 'release/v4.2' il y a 5 ans
..
Makefile 4911dde551 nvs: unit tests for new partition API il y a 5 ans
README.md d286876d34 NVS: expose C++ API il y a 6 ans
crc.cpp d390449371 add unit tests to esp-idf il y a 9 ans
crc.h d390449371 add unit tests to esp-idf il y a 9 ans
esp_error_check_stub.cpp 07acbb5664 ESP_ERROR_CHECK converts error code to text il y a 7 ans
main.cpp d390449371 add unit tests to esp-idf il y a 9 ans
sdkconfig.h c730c9e397 nvs: minor host test fixes il y a 6 ans
spi_flash_emulation.cpp 071dc73954 NVS: ensuring default partition il y a 5 ans
spi_flash_emulation.h db34a4d031 nvs: add test for erase cycles distribution il y a 5 ans
test_compressed_enum_table.cpp d390449371 add unit tests to esp-idf il y a 9 ans
test_intrusive_list.cpp d390449371 add unit tests to esp-idf il y a 9 ans
test_nvs.cpp 26ba5e1b51 nvs_flash: fixed deinit other partition's handles il y a 5 ans
test_nvs_cxx_api.cpp e228a2102d Fixed missing implementations il y a 6 ans
test_nvs_handle.cpp d286876d34 NVS: expose C++ API il y a 6 ans
test_nvs_initialization.cpp 74e1613b17 Merge branch 'bugfix/nvs_close_nukes_all_handles_v4.2' into 'release/v4.2' il y a 5 ans
test_nvs_storage.cpp 255ae1d32f NVS: bugfix - iterator skipping version 1 blobs il y a 5 ans
test_partition_manager.cpp d286876d34 NVS: expose C++ API il y a 6 ans
test_spi_flash_emulation.cpp 5268960235 Added support for NVS iterators il y a 6 ans

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