This website requires JavaScript.
Explore
Help
Sign In
blackbeard420
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf
synced
2025-03-16 20:49:10 -04:00
Code
Issues
Projects
Releases
Wiki
Activity
9775832c8c
Branches
Tags
View all branches
esp-idf
/
components
/
nvs_flash
/
test_nvs_host
History
Ivan Grokhotkov
10cc15b150
fix(storage): applied spelling fixes by codespell pre-commit hook
2024-03-28 13:00:54 +01:00
..
main.cpp
…
Makefile
fix(nvs): Improved lockig mechanism for initialization phase
2024-02-24 07:55:32 +01:00
README.md
…
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
…
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
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