esp-idf/components/nvs_flash/test_nvs_host
radek.tandler fc6951e193 fix(nvs): Improved lockig mechanism for initialization phase 2024-02-24 07:55:32 +01:00
..
Makefile fix(nvs): Improved lockig mechanism for initialization phase 2024-02-24 07:55:32 +01:00
README.md
main.cpp
sdkconfig.h
spi_flash_emulation.cpp
spi_flash_emulation.h
test_compressed_enum_table.cpp
test_fixtures.hpp feat(partition_table): Add read-only partition flag and functionality 2023-10-11 00:01:05 +02:00
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
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

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