Blame view

RIOT/tests/msg_avail/Makefile 148 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
  APPLICATION = msg_avail
  include ../Makefile.tests_common
  
  DISABLE_MODULE += auto_init
  
  test:
  	tests/01-run.py
  
  include $(RIOTBASE)/Makefile.include