Ivan Grokhotkov f64ac33554 nvs: fix string/blob comparison lengths in host tests 2 سال پیش
..
Makefile ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 3 سال پیش
README.md d286876d34 NVS: expose C++ API 6 سال پیش
main.cpp d390449371 add unit tests to esp-idf 9 سال پیش
sdkconfig.h a690a87829 spi_flash: Remove legacy spi_flash drivers 3 سال پیش
spi_flash_emulation.cpp ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 3 سال پیش
spi_flash_emulation.h ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 3 سال پیش
test_compressed_enum_table.cpp ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 3 سال پیش
test_fixtures.hpp aca9ec28b3 NVS: using esp_partition API 5 سال پیش
test_intrusive_list.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 سال پیش
test_nvs.cpp f64ac33554 nvs: fix string/blob comparison lengths in host tests 2 سال پیش
test_nvs_partition.cpp ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 3 سال پیش
test_partition_manager.cpp ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 3 سال پیش
test_spi_flash_emulation.cpp 630343e4b9 test_nvs_host: fix asan reported bugs 2 سال پیش

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