Blame view

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