

18 changed files with 18 additions and 16 deletions
@ -1,3 +1,4 @@
|
||||
BOARD ?= native
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
QUIET ?= 1
|
||||
APPLICATION := tests_$(APPLICATION)
|
||||
|
@ -1,4 +1,4 @@
|
||||
export APPLICATION = leds
|
||||
APPLICATION = leds
|
||||
include ../Makefile.tests_common |
||||
|
||||
include $(RIOTBASE)/Makefile.include |
||||
|
@ -1,4 +1,4 @@
|
||||
APPLICATION = coap
|
||||
APPLICATION = pkg_libcoap
|
||||
include ../Makefile.tests_common |
||||
|
||||
# msp430 and avr have problems with int width and libcoaps usage of :x notation in structs
|
@ -1 +1 @@
|
||||
include $(RIOTBASE)/Makefile.base |
||||
include $(RIOTBASE)/Makefile.base |
||||
|
Loading…
Reference in new issue