Jakob Hasse 91f04aa877 refactor(nvs): custom allocator for all objects allocated in NVS %!s(int64=3) %!d(string=hai) anos
..
Makefile ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation %!s(int64=3) %!d(string=hai) anos
README.md d286876d34 NVS: expose C++ API %!s(int64=6) %!d(string=hai) anos
main.cpp d390449371 add unit tests to esp-idf %!s(int64=9) %!d(string=hai) anos
sdkconfig.h a690a87829 spi_flash: Remove legacy spi_flash drivers %!s(int64=3) %!d(string=hai) anos
spi_flash_emulation.cpp ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation %!s(int64=3) %!d(string=hai) anos
spi_flash_emulation.h ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation %!s(int64=3) %!d(string=hai) anos
test_compressed_enum_table.cpp ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation %!s(int64=3) %!d(string=hai) anos
test_fixtures.hpp aca9ec28b3 NVS: using esp_partition API %!s(int64=5) %!d(string=hai) anos
test_intrusive_list.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) %!s(int64=5) %!d(string=hai) anos
test_nvs.cpp 91f04aa877 refactor(nvs): custom allocator for all objects allocated in NVS %!s(int64=3) %!d(string=hai) anos
test_nvs_partition.cpp ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation %!s(int64=3) %!d(string=hai) anos
test_partition_manager.cpp ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation %!s(int64=3) %!d(string=hai) anos
test_spi_flash_emulation.cpp ca7f073e7b nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation %!s(int64=3) %!d(string=hai) anos

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