Blame view

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