esp-idf/components/nvs_flash/test_nvs_host
Ivan Grokhotkov b695152d43 Merge branch 'feature/nvs_allow_custom_part_4.1' into 'release/v4.1'
Feature/nvs allow custom part 4.1

See merge request espressif/esp-idf!9515
2020-09-10 16:08:36 +08:00
..
crc.cpp add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
crc.h add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
esp_error_check_stub.cpp ESP_ERROR_CHECK converts error code to text 2018-05-31 12:53:37 +02:00
main.cpp add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
Makefile nvs: unit tests for new partition API 2020-07-29 16:40:13 +00:00
README.md NVS: expose C++ API 2020-01-09 18:29:23 +08:00
sdkconfig.h nvs: minor host test fixes 2019-07-02 10:26:06 +02:00
spi_flash_emulation.cpp add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
spi_flash_emulation.h nvs-flash: Support for blobs larger than half of SPI Flash sector size 2018-07-20 00:13:15 +05:30
test_compressed_enum_table.cpp add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_intrusive_list.cpp add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_nvs_cxx_api.cpp NVS: expose C++ API 2020-01-09 18:29:23 +08:00
test_nvs_handle.cpp NVS: expose C++ API 2020-01-09 18:29:23 +08:00
test_nvs_initialization.cpp nvs: unit tests for new partition API 2020-07-29 16:40:13 +00:00
test_nvs_storage.cpp NVS: bugfix - iterator skipping version 1 blobs 2020-04-01 11:16:28 +08:00
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-22 11:19:10 +02:00
test_partition_manager.cpp NVS: expose C++ API 2020-01-09 18:29:23 +08:00
test_spi_flash_emulation.cpp Added support for NVS iterators 2019-06-10 16:42:39 +02:00

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