Jakob Hasse 84d184bdb0 Merge branch 'bugfix/nvs_corrupted_storage_crashes_app' into 'master' 4 yıl önce
..
Makefile 4dd88329c1 [esp_rom]: Partially buildable for linux 4 yıl önce
README.md d286876d34 NVS: expose C++ API 6 yıl önce
esp_error_check_stub.cpp 07acbb5664 ESP_ERROR_CHECK converts error code to text 7 yıl önce
main.cpp d390449371 add unit tests to esp-idf 9 yıl önce
sdkconfig.h 4dd88329c1 [esp_rom]: Partially buildable for linux 4 yıl önce
spi_flash_emulation.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 yıl önce
spi_flash_emulation.h 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 yıl önce
test_compressed_enum_table.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 yıl önce
test_fixtures.hpp aca9ec28b3 NVS: using esp_partition API 5 yıl önce
test_intrusive_list.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 yıl önce
test_nvs.cpp de6b54de66 [nvs_flash]: Entries with state == 1 don't crash 4 yıl önce
test_nvs_cxx_api.cpp aca9ec28b3 NVS: using esp_partition API 5 yıl önce
test_nvs_handle.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 yıl önce
test_nvs_initialization.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 yıl önce
test_nvs_partition.cpp aca9ec28b3 NVS: using esp_partition API 5 yıl önce
test_nvs_storage.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 yıl önce
test_partition_manager.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 yıl önce
test_spi_flash_emulation.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 yıl önce

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