esp-idf/components/nvs_flash/test_nvs_host
radek.tandler 28f82d8de7 refactor(nvs_flash): Host test migrated to esp_partition emulation for linux 2023-08-09 14:14:21 +02:00
..
Makefile nvs_flash: Extended test-app and host tests for the HMAC-based NVS encr-keys protection scheme 2023-05-23 13:55:59 +05:30
README.md
main.cpp
sdkconfig.h spi_flash: Remove legacy spi_flash drivers 2022-07-01 11:01:34 +08:00
spi_flash_emulation.cpp nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 2022-11-16 14:15:23 +01:00
spi_flash_emulation.h nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 2022-11-16 14:15:23 +01:00
test_compressed_enum_table.cpp nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 2022-11-16 14:15:23 +01:00
test_fixtures.hpp
test_intrusive_list.cpp
test_nvs.cpp refactor(nvs_flash): Host test migrated to esp_partition emulation for linux 2023-08-09 14:14:21 +02:00
test_nvs_partition.cpp nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 2022-11-16 14:15:23 +01:00
test_partition_manager.cpp refactor(nvs_flash): Host test migrated to esp_partition emulation for linux 2023-08-09 14:14:21 +02:00
test_spi_flash_emulation.cpp test_nvs_host: fix asan reported bugs 2023-04-03 16:30:02 -04:00

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