Blame view

RIOT/tests/fmt_print/Makefile 113 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
  APPLICATION = fmt_print
  include ../Makefile.tests_common
  
  USEMODULE += fmt
  
  include $(RIOTBASE)/Makefile.include