mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
c553430b0c
Regression in 09d2c5daa651c1034251cce433cb54ed765d8f95 - in some cases the test fixture was out of scope by the time nvs_flash_deinit_partition() was called in this test.
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