1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/embunit/Makefile
René Kijewski f684aa4b2d tests: make embUnit a normal sys module
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.
2014-12-21 20:04:57 +01:00

6 lines
99 B
Makefile

MODULE = embunit
INCLUDES += -I$(RIOTBASE)/sys/include/embUnit
include $(RIOTBASE)/Makefile.base