tests/lua_loader: add stdin dependency

This commit is contained in:
Alexandre Abadie 2019-06-13 12:48:15 +02:00
parent c10905623d
commit 9c7a1e6a27
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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)