OVMS3-idf/components/nvs_flash/test_nvs_host
Ivan Grokhotkov b40c7c78e3 Merge branch 'feature/nvs_cxx_enums' into 'master'
Enabled enum types for nvs C++ handle

See merge request espressif/esp-idf!8700
2020-06-02 01:13:00 +08:00
..
crc.cpp
crc.h
esp_error_check_stub.cpp
main.cpp
Makefile
README.md
sdkconfig.h
spi_flash_emulation.cpp
spi_flash_emulation.h
test_compressed_enum_table.cpp
test_intrusive_list.cpp
test_nvs.cpp
test_nvs_cxx_api.cpp
test_nvs_handle.cpp
test_nvs_initialization.cpp
test_nvs_storage.cpp
test_partition_manager.cpp
test_spi_flash_emulation.cpp

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