Browse Source
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.dev/timer

62 changed files with 56 additions and 67 deletions
@ -1,5 +1,5 @@
|
||||
MODULE = embunit
|
||||
|
||||
INCLUDES += -I$(RIOTBASE)/tests/unittests/embunit
|
||||
INCLUDES += -I$(RIOTBASE)/sys/include/embUnit
|
||||
|
||||
include $(RIOTBASE)/Makefile.base |
@ -1,5 +0,0 @@
|
||||
MODULE = embunit_textui
|
||||
|
||||
INCLUDES += -I$(RIOTBASE)/tests/unittests/embunit
|
||||
|
||||
include $(RIOTBASE)/Makefile.base |
Loading…
Reference in new issue