RIOT/tests/test_shell/Makefile
2014-04-02 14:41:17 +02:00

12 lines
211 B
Makefile

export PROJECT = test_shell
include ../Makefile.tests_common
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += ps
USEMODULE += posix
DISABLE_MODULE += auto_init
include $(RIOTBASE)/Makefile.include