esp-idf/components/nvs_flash/test_nvs_host
Jakob Hasse e228a2102d Fixed missing implementations 2020-02-03 17:18:21 +01:00
..
Makefile NVS: expose C++ API 2020-01-09 18:29:23 +08:00
README.md NVS: expose C++ API 2020-01-09 18:29:23 +08:00
crc.cpp
crc.h
esp_error_check_stub.cpp
main.cpp
sdkconfig.h
spi_flash_emulation.cpp
spi_flash_emulation.h
test_compressed_enum_table.cpp
test_intrusive_list.cpp
test_nvs.cpp
test_nvs_cxx_api.cpp Fixed missing implementations 2020-02-03 17:18:21 +01:00
test_nvs_handle.cpp NVS: expose C++ API 2020-01-09 18:29:23 +08:00
test_partition_manager.cpp NVS: expose C++ API 2020-01-09 18:29:23 +08: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