Blame view

RIOT/tests/minimal/Makefile 194 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
  # name of your application
  APPLICATION = minimal
  include ../Makefile.tests_common
  
  #
  CFLAGS += -DNDEBUG -DLOG_LEVEL=LOG_NONE
  
  #
  DISABLE_MODULE += auto_init
  
  include $(RIOTBASE)/Makefile.include