esp-idf/components/nvs_flash/test_nvs_host
2024-06-27 11:24:45 +08:00
..
esp_err_check_mock.c feat(esp_common): Support ESP_ERROR_CHECK_ macros on Linux 2024-06-05 09:00:51 +03:00
main.cpp
Makefile change(esp_rom): optimize target-specific header files layout in components/esp_rom 2024-06-27 11:24:45 +08:00
README.md
sdkconfig.h feat(log): Refactoring tag level check APIs 2024-05-16 09:26:08 +03: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
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_nvs.cpp refactor(nvs_flash): Host test migrated to esp_partition emulation for linux 2023-08-09 14:14:21 +02: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

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