Angus Gratton c553430b0c nvs_flash: Fix host test regressions 5 年 前
..
Makefile 792dc6ebb8 Merge branch 'feature/linux_target' into 'master' 5 年 前
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 c730c9e397 nvs: minor host test fixes 6 年 前
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 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 年 前
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 c553430b0c nvs_flash: Fix host test regressions 5 年 前
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 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 年 前
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