unit-test: use TEST_GROUPS to filter tests for psram_vspi and psram_hspi

This commit is contained in:
Ivan Grokhotkov
2018-11-13 20:14:17 +08:00
committed by bot
parent 09e4321e97
commit 7b86247428
6 changed files with 26 additions and 49 deletions
@@ -13,14 +13,3 @@ config UNITY_FREERTOS_STACK_SIZE
default 8192
endmenu
menu "Test options"
config TEST_ESP32_SUBTEST_ONLY
bool "Test only 4M PSRAM cases for esp32 component"
depends on SPIRAM_SUPPORT
default n
help
If this option is enabled, only 4M PSRAM cases are compiled. Otherwise all cases are included.
endmenu