From 9c7a1e6a27934e154069482f5a40fcebc3f6e9c4 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Thu, 13 Jun 2019 12:48:15 +0200 Subject: [PATCH] tests/lua_loader: add stdin dependency --- tests/lua_loader/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/lua_loader/Makefile b/tests/lua_loader/Makefile index 3c8c0e93d5..ef7a3aa5d5 100644 --- a/tests/lua_loader/Makefile +++ b/tests/lua_loader/Makefile @@ -2,6 +2,9 @@ include ../Makefile.tests_common USEPKG += lua +# This application uses getchar and thus expects input from stdio +USEMODULE += stdin + BOARD_WHITELIST += native samr21-xpro ifneq ($(BOARD),native)