mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-23 18:59:34 +01:00
8 lines
220 B
Plaintext
8 lines
220 B
Plaintext
|
|
menu "Example Configuration"
|
||
|
|
|
||
|
|
config EXAMPLE_TEST_RUN_USING_QEMU
|
||
|
|
bool "Run example test using Qemu"
|
||
|
|
help
|
||
|
|
Enabling this option emulates the example test under the QEMU environment.
|
||
|
|
endmenu
|