2014-11-05 14:15:49 +01:00
|
|
|
# name of your application
|
|
|
|
APPLICATION = msg_send_receive
|
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
2017-02-02 17:47:46 +01:00
|
|
|
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
|
|
|
|
|
2014-11-05 14:15:49 +01:00
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|
|
|
|
|
|
test:
|
|
|
|
./tests/01-run.py
|