Adam Múdry ab1eb37fe8 feat(partition_table): Add read-only partition flag and functionality 2 年 前
..
Makefile 72f703ccd4 nvs_flash: Extended test-app and host tests for the HMAC-based NVS encr-keys protection scheme 2 年 前
README.md d286876d34 NVS: expose C++ API 6 年 前
main.cpp d390449371 add unit tests to esp-idf 9 年 前
sdkconfig.h a690a87829 spi_flash: Remove legacy spi_flash drivers 3 年 前
spi_flash_emulation.cpp ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 3 年 前
spi_flash_emulation.h ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 3 年 前
test_compressed_enum_table.cpp ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 3 年 前
test_fixtures.hpp ab1eb37fe8 feat(partition_table): Add read-only partition flag and functionality 2 年 前
test_intrusive_list.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 年 前
test_nvs.cpp 28f82d8de7 refactor(nvs_flash): Host test migrated to esp_partition emulation for linux 2 年 前
test_nvs_partition.cpp ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 3 年 前
test_partition_manager.cpp 28f82d8de7 refactor(nvs_flash): Host test migrated to esp_partition emulation for linux 2 年 前
test_spi_flash_emulation.cpp 630343e4b9 test_nvs_host: fix asan reported bugs 2 年 前

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