mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/riotboot: add shell_commands
Add shell_commands to use shell version on `test_utils_interactive_sync`
This commit is contained in:
parent
12761934bc
commit
e41cebbaba
@ -7,6 +7,8 @@ FEATURES_REQUIRED += riotboot
|
||||
# Include modules to test the bootloader
|
||||
USEMODULE += riotboot_slot
|
||||
USEMODULE += shell
|
||||
# Add shell_commands to use the shell version of `test_utils_interactive_sync`
|
||||
USEMODULE += shell_commands
|
||||
|
||||
# Comment this out to disable code in RIOT that does safety checking
|
||||
# which is not needed in a production environment but helps in the
|
||||
|
Loading…
Reference in New Issue
Block a user