Ivan Grokhotkov 792dc6ebb8 Merge branch 'feature/linux_target' into 'master' il y a 5 ans
..
Makefile 792dc6ebb8 Merge branch 'feature/linux_target' into 'master' il y a 5 ans
README.md d286876d34 NVS: expose C++ API il y a 6 ans
esp_error_check_stub.cpp 07acbb5664 ESP_ERROR_CHECK converts error code to text il y a 8 ans
main.cpp d390449371 add unit tests to esp-idf il y a 9 ans
sdkconfig.h c730c9e397 nvs: minor host test fixes il y a 6 ans
spi_flash_emulation.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) il y a 5 ans
spi_flash_emulation.h 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) il y a 5 ans
test_compressed_enum_table.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) il y a 5 ans
test_fixtures.hpp aca9ec28b3 NVS: using esp_partition API il y a 5 ans
test_intrusive_list.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) il y a 5 ans
test_nvs.cpp 09d2c5daa6 nvs_flash: fixed deinit other partition's handles il y a 5 ans
test_nvs_cxx_api.cpp aca9ec28b3 NVS: using esp_partition API il y a 5 ans
test_nvs_handle.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) il y a 5 ans
test_nvs_initialization.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) il y a 5 ans
test_nvs_partition.cpp aca9ec28b3 NVS: using esp_partition API il y a 5 ans
test_nvs_storage.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) il y a 5 ans
test_partition_manager.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) il y a 5 ans
test_spi_flash_emulation.cpp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) il y a 5 ans

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