-
René Kijewski authored
There is nothing quite special about embUnit. This PR makes it a normal sys module, so that you can use it in any application / test.
René Kijewski authoredThere is nothing quite special about embUnit. This PR makes it a normal sys module, so that you can use it in any application / test.
Makefile.application 169 B
MODULE = $(APPLICATION)
DIRS += $(RIOTCPU)/$(CPU) $(RIOTBOARD)/$(BOARD)
DIRS += $(RIOTBASE)/core $(RIOTBASE)/drivers $(RIOTBASE)/sys
include $(RIOTBASE)/Makefile.base