Jakob Hasse ad184e979a refactor (nvs)!: New interface for iterator functions пре 3 година
..
Makefile 58cca07104 add: Kconfig assert or errorcode option пре 3 година
README.md d286876d34 NVS: expose C++ API пре 6 година
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 58cca07104 add: Kconfig assert or errorcode option пре 3 година
spi_flash_emulation.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) пре 5 година
spi_flash_emulation.h 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) пре 5 година
test_compressed_enum_table.cpp 58cca07104 add: Kconfig assert or errorcode option пре 3 година
test_fixtures.hpp aca9ec28b3 NVS: using esp_partition API пре 5 година
test_intrusive_list.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) пре 5 година
test_nvs.cpp ad184e979a refactor (nvs)!: New interface for iterator functions пре 3 година
test_nvs_cxx_api.cpp aca9ec28b3 NVS: using esp_partition API пре 5 година
test_nvs_handle.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) пре 5 година
test_nvs_initialization.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) пре 5 година
test_nvs_partition.cpp aca9ec28b3 NVS: using esp_partition API пре 5 година
test_nvs_storage.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) пре 5 година
test_partition_manager.cpp 43643716a2 bugfix (nvs): fixed wrong pointer check пре 4 година
test_spi_flash_emulation.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) пре 5 година

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