mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
f684aa4b2d
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.
6 lines
99 B
Makefile
6 lines
99 B
Makefile
MODULE = embunit
|
|
|
|
INCLUDES += -I$(RIOTBASE)/sys/include/embUnit
|
|
|
|
include $(RIOTBASE)/Makefile.base
|