radek.tandler ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 3 anos atrás
..
Makefile ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 3 anos atrás
README.md d286876d34 NVS: expose C++ API 6 anos atrás
main.cpp d390449371 add unit tests to esp-idf 9 anos atrás
sdkconfig.h a690a87829 spi_flash: Remove legacy spi_flash drivers 3 anos atrás
spi_flash_emulation.cpp ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 3 anos atrás
spi_flash_emulation.h ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 3 anos atrás
test_compressed_enum_table.cpp ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 3 anos atrás
test_fixtures.hpp aca9ec28b3 NVS: using esp_partition API 5 anos atrás
test_intrusive_list.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 anos atrás
test_nvs.cpp ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 3 anos atrás
test_nvs_partition.cpp ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 3 anos atrás
test_partition_manager.cpp ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 3 anos atrás
test_spi_flash_emulation.cpp ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 3 anos atrás

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