esp-idf/components/nvs_flash/test_nvs_host
Martin Vychodil c9c7573f71 Storage: Partition APIs moved to the new component 'esp_partition'
All the partition handling API functions and data-types were moved from the 'spi_flash' component to the new one named 'esp_partition'. See Storage 5.x migration guide for more details
2022-11-02 21:54:45 +01:00
..
Makefile Storage: Partition APIs moved to the new component 'esp_partition' 2022-11-02 21:54:45 +01:00
README.md
main.cpp
sdkconfig.h
spi_flash_emulation.cpp
spi_flash_emulation.h
test_compressed_enum_table.cpp
test_fixtures.hpp
test_intrusive_list.cpp
test_nvs.cpp
test_nvs_cxx_api.cpp
test_nvs_handle.cpp refactor(nvs): using define for namespace len instead of magic number 2022-10-21 18:12:24 +02:00
test_nvs_initialization.cpp
test_nvs_partition.cpp
test_nvs_storage.cpp
test_partition_manager.cpp
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