26 lines
559 B
Text
26 lines
559 B
Text
menu "Unity test framework"
|
|
|
|
config UNITY_FREERTOS_PRIORITY
|
|
int "Priority of Unity test task"
|
|
default 5
|
|
|
|
config UNITY_FREERTOS_CPU
|
|
int "CPU to run Unity test task on"
|
|
default 0
|
|
|
|
config UNITY_FREERTOS_STACK_SIZE
|
|
int "Stack size of Unity test task, in bytes"
|
|
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
|