1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/test_tools: add app.config.test to test shell config

This commit is contained in:
Martine Lenders 2021-02-17 17:12:34 +01:00
parent 561960769f
commit b7b1374916
No known key found for this signature in database
GPG Key ID: CCD317364F63286F
2 changed files with 7 additions and 2 deletions

View File

@ -8,7 +8,7 @@
: ${TEST_BOARDS_LLVM_COMPILE:=""}
: ${TEST_KCONFIG_samr21_xpro:="examples/hello-world tests/periph_*
tests/xtimer_* tests/ztimer_*
tests/test_tools tests/xtimer_* tests/ztimer_*
tests/driver_ad7746 tests/driver_adcxx1c tests/driver_ads101x tests/driver_adt101x
tests/driver_adt7310 tests/driver_adxl345 tests/driver_aip31068 tests/driver_apa102
tests/driver_apds99xx tests/driver_apds99xx_full tests/driver_at tests/driver_at24cxxx
@ -25,7 +25,7 @@ tests/mtd_mapper tests/driver_o* tests/driver_p* tests/driver_q*
tests/driver_r* tests/driver_s* tests/driver_t* tests/driver_u*
tests/driver_v*"}
: ${TEST_KCONFIG_native:="examples/hello-world tests/periph_* tests/sys_crypto
tests/prng_* tests/xtimer_* tests/ztimer_* tests/driver_ws281x
tests/test_tools tests/prng_* tests/xtimer_* tests/ztimer_* tests/driver_ws281x
tests/posix_sleep"}
: ${TEST_WITH_CONFIG_SUPPORTED:="examples/suit_update tests/driver_at86rf2xx_aes"}

View File

@ -0,0 +1,5 @@
CONFIG_MODULE_DUMMY_THREAD=y
CONFIG_MODULE_SHELL=y
CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=n
CONFIG_SHELL_NO_ECHO=y
CONFIG_SHELL_NO_PROMPT=y