mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
- Use of `sizeof(uint32_t *)` instead of `sizeof(uint32_t)` in arguments - Use of `memcmp` without checking that length agreed (add `memeq`)
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