Michael (XIAO Xufeng) 43643716a2 bugfix (nvs): fixed wrong pointer check hace 4 años
..
Makefile 4dd88329c1 [esp_rom]: Partially buildable for linux hace 4 años
README.md d286876d34 NVS: expose C++ API hace 6 años
esp_error_check_stub.cpp 07acbb5664 ESP_ERROR_CHECK converts error code to text hace 7 años
main.cpp d390449371 add unit tests to esp-idf hace 9 años
sdkconfig.h 4dd88329c1 [esp_rom]: Partially buildable for linux hace 4 años
spi_flash_emulation.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) hace 5 años
spi_flash_emulation.h 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) hace 5 años
test_compressed_enum_table.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) hace 5 años
test_fixtures.hpp aca9ec28b3 NVS: using esp_partition API hace 5 años
test_intrusive_list.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) hace 5 años
test_nvs.cpp de6b54de66 [nvs_flash]: Entries with state == 1 don't crash hace 4 años
test_nvs_cxx_api.cpp aca9ec28b3 NVS: using esp_partition API hace 5 años
test_nvs_handle.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) hace 5 años
test_nvs_initialization.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) hace 5 años
test_nvs_partition.cpp aca9ec28b3 NVS: using esp_partition API hace 5 años
test_nvs_storage.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) hace 5 años
test_partition_manager.cpp 43643716a2 bugfix (nvs): fixed wrong pointer check hace 4 años
test_spi_flash_emulation.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) hace 5 años

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