tests/lua_loader: add stdin dependency
This commit is contained in:
parent
c10905623d
commit
9c7a1e6a27
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user