Blame view

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