Laukik Hase 72f703ccd4 nvs_flash: Extended test-app and host tests for the HMAC-based NVS encr-keys protection scheme 2 lat temu
..
Makefile 72f703ccd4 nvs_flash: Extended test-app and host tests for the HMAC-based NVS encr-keys protection scheme 2 lat temu
README.md d286876d34 NVS: expose C++ API 6 lat temu
main.cpp d390449371 add unit tests to esp-idf 9 lat temu
sdkconfig.h a690a87829 spi_flash: Remove legacy spi_flash drivers 3 lat temu
spi_flash_emulation.cpp ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 3 lat temu
spi_flash_emulation.h ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 3 lat temu
test_compressed_enum_table.cpp ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 3 lat temu
test_fixtures.hpp aca9ec28b3 NVS: using esp_partition API 5 lat temu
test_intrusive_list.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 lat temu
test_nvs.cpp 72f703ccd4 nvs_flash: Extended test-app and host tests for the HMAC-based NVS encr-keys protection scheme 2 lat temu
test_nvs_partition.cpp ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 3 lat temu
test_partition_manager.cpp ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 3 lat temu
test_spi_flash_emulation.cpp 630343e4b9 test_nvs_host: fix asan reported bugs 2 lat temu

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