forked from espressif/esp-idf
fix(storage/console): fix test configuration
This commit is contained in:
committed by
Tomas Rohlinek
parent
c6d24bddf7
commit
8e0239f04b
@@ -8,6 +8,8 @@ components/esp_system/test_apps/console:
|
||||
disable:
|
||||
- if: CONFIG_NAME == "serial_jtag_only" and SOC_USB_SERIAL_JTAG_SUPPORTED != 1
|
||||
- if: CONFIG_NAME == "serial_jtag_only_no_vfs" and SOC_USB_SERIAL_JTAG_SUPPORTED != 1
|
||||
disable_test:
|
||||
- if: CONFIG_NAME == "simple" and IDF_TARGET != "esp32"
|
||||
|
||||
components/esp_system/test_apps/esp_system_unity_tests:
|
||||
disable:
|
||||
|
@@ -1,2 +1,3 @@
|
||||
CONFIG_ESP_CONSOLE_NONE=y
|
||||
CONFIG_ESP_CONSOLE_SECONDARY_NONE=y
|
||||
CONFIG_VFS_SUPPORT_IO=y
|
||||
|
Reference in New Issue
Block a user