2014-11-05 14:15:49 +01:00
|
|
|
# name of your application
|
|
|
|
APPLICATION = msg_send_receive
|
2015-10-03 03:45:41 +02:00
|
|
|
|
|
|
|
USEMODULE += xtimer
|
|
|
|
|
2014-11-05 14:15:49 +01:00
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|
|
|
|
|
|
test:
|
|
|
|
./tests/01-run.py
|