esp-idf/components/nvs_flash/test_nvs_host
Ivan Grokhotkov 10cc15b150
fix(storage): applied spelling fixes by codespell pre-commit hook
2024-03-28 13:00:54 +01:00
..
Makefile fix(nvs): Improved lockig mechanism for initialization phase 2024-02-24 07:55:32 +01:00
README.md NVS: expose C++ API 2020-01-09 18:29:23 +08:00
main.cpp add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
sdkconfig.h spi_flash: Remove legacy spi_flash drivers 2022-07-01 11:01:34 +08:00
spi_flash_emulation.cpp fix(storage): applied spelling fixes by codespell pre-commit hook 2024-03-28 13:00:54 +01:00
spi_flash_emulation.h fix(storage): applied spelling fixes by codespell pre-commit hook 2024-03-28 13:00:54 +01:00
test_compressed_enum_table.cpp nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 2022-11-16 14:15:23 +01:00
test_fixtures.hpp feat(partition_table): Add read-only partition flag and functionality 2023-10-11 00:01:05 +02:00
test_intrusive_list.cpp Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_nvs.cpp refactor(nvs_flash): Host test migrated to esp_partition emulation for linux 2023-08-09 14:14:21 +02:00
test_nvs_partition.cpp nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 2022-11-16 14:15:23 +01:00
test_partition_manager.cpp refactor(nvs_flash): Host test migrated to esp_partition emulation for linux 2023-08-09 14:14:21 +02:00
test_spi_flash_emulation.cpp test_nvs_host: fix asan reported bugs 2023-04-03 16:30:02 -04:00

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