esp-idf/components/nvs_flash/test_nvs_host
martin.gano cb0bdb8bba components: convert string to bytes to fix TypeError There is a string passed as an argument for function, but a format of a string seemingly refers to bytes therefore it needs to be converted to bytes Solves https://esp32.com/viewtopic.php?f=13&t=16529 2020-07-21 10:18:53 +02:00
..
Makefile nvs: unit tests for new partition API 2020-05-27 11:22:32 +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 nvs: fix out of bounds array access in host test 2020-03-13 11:29:39 +01:00
spi_flash_emulation.h nvs: add test for erase cycles distribution 2020-03-13 11:29:39 +01:00
test_compressed_enum_table.cpp
test_intrusive_list.cpp
test_nvs.cpp components: convert string to bytes to fix TypeError There is a string passed as an argument for function, but a format of a string seemingly refers to bytes therefore it needs to be converted to bytes Solves https://esp32.com/viewtopic.php?f=13&t=16529 2020-07-21 10:18:53 +02:00
test_nvs_cxx_api.cpp Fixed missing implementations 2020-02-03 17:18:21 +01:00
test_nvs_handle.cpp Enabled enum types for nvs C++ handle 2020-05-27 12:36:48 +08:00
test_nvs_initialization.cpp nvs: unit tests for new partition API 2020-05-27 11:22:32 +08:00
test_nvs_storage.cpp NVS: bugfix - iterator skipping version 1 blobs 2020-03-23 09:55:40 +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