esp-idf/components/nvs_flash/test_nvs_host
Jakob Hasse d6f3666875 Merge branch 'bugfix/nvs_flash_linux_target_cleanups' into 'master'
nvs_flash: cleanups related to linux target

See merge request espressif/esp-idf!19570
2022-08-19 21:07:48 +08:00
..
main.cpp add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
Makefile Merge branch 'bugfix/nvs_flash_linux_target_cleanups' into 'master' 2022-08-19 21:07:48 +08:00
README.md NVS: expose C++ API 2020-01-09 18:29:23 +08:00
sdkconfig.h spi_flash: Remove legacy spi_flash drivers 2022-07-01 11:01:34 +08:00
spi_flash_emulation.cpp Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
spi_flash_emulation.h spi_flash: Remove legacy spi_flash drivers 2022-07-01 11:01:34 +08:00
test_compressed_enum_table.cpp add: Kconfig assert or errorcode option 2022-05-28 20:29:05 +02:00
test_fixtures.hpp NVS: using esp_partition API 2020-09-14 10:34:34 +08:00
test_intrusive_list.cpp Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_nvs_cxx_api.cpp NVS: using esp_partition API 2020-09-14 10:34:34 +08:00
test_nvs_handle.cpp Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_nvs_initialization.cpp Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_nvs_partition.cpp NVS: using esp_partition API 2020-09-14 10:34:34 +08:00
test_nvs_storage.cpp Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_nvs.cpp tools: Introduce support for blank lines in config and value files for mfg utility 2022-07-08 13:22:35 +00:00
test_partition_manager.cpp bugfix (nvs): fixed wrong pointer check 2021-12-13 10:42:45 +08:00
test_spi_flash_emulation.cpp CXX: Make spi_flash related part works 2022-07-01 10:59:34 +08: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