esp-idf/components/nvs_flash/test_nvs_host
Ivan Grokhotkov f64ac33554
nvs: fix string/blob comparison lengths in host tests
2023-04-18 08:02:38 +02:00
..
Makefile
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 nvs: fix string/blob comparison lengths in host tests 2023-04-18 08:02:38 +02:00
test_nvs_partition.cpp
test_partition_manager.cpp
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