From e41cebbaba5d3008b02ee05932dbc530ade5f64b Mon Sep 17 00:00:00 2001 From: Francisco Molina Date: Thu, 28 Nov 2019 12:49:34 +0100 Subject: [PATCH] tests/riotboot: add shell_commands Add shell_commands to use shell version on `test_utils_interactive_sync` --- tests/riotboot/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/riotboot/Makefile b/tests/riotboot/Makefile index 31963ada8b..47d59012c7 100644 --- a/tests/riotboot/Makefile +++ b/tests/riotboot/Makefile @@ -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