esp-idf/components/nvs_flash/test_nvs_host
Matus Fabo ac4d9888e0 add: Kconfig assert or errorcode option
add: private include header
add: macro encapsulation for assertion or error check
add: ESP_FAIL return code documentation in public headers
change: replaced all assertions by NVS_ASSERT_OR_RETURN macro
change: few internal function return values from void to esp_err_t
change: ESP_ERR_NVS_VALUE_TOO_LONG macro comment
2022-06-19 14:35:42 +00:00
..
Makefile add: Kconfig assert or errorcode option 2022-06-19 14:35:42 +00:00
README.md
esp_error_check_stub.cpp
main.cpp
sdkconfig.h add: Kconfig assert or errorcode option 2022-06-19 14:35:42 +00:00
spi_flash_emulation.cpp
spi_flash_emulation.h
test_compressed_enum_table.cpp add: Kconfig assert or errorcode option 2022-06-19 14:35:42 +00:00
test_fixtures.hpp
test_intrusive_list.cpp
test_nvs.cpp tools: overhaul csv handling for mfg_gen and nvs_partition_gen 2022-06-17 13:50:09 +00:00
test_nvs_cxx_api.cpp
test_nvs_handle.cpp
test_nvs_initialization.cpp
test_nvs_partition.cpp
test_nvs_storage.cpp
test_partition_manager.cpp bugfix (nvs): fixed wrong pointer check 2022-01-28 11:37:53 +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