This website requires JavaScript.
Explore
Help
Sign In
RIOT-OS
/
RIOT
Watch
1
Star
0
Fork
0
You've already forked RIOT
mirror of
https://github.com/RIOT-OS/RIOT.git
synced
2024-12-29 04:50:03 +01:00
Code
Releases
Activity
c507ebff43
RIOT
/
sys
/
embunit
/
Makefile
6 lines
99 B
Makefile
Raw
Normal View
History
Unescape
Escape
Adapt embunit for RIOT
2014-03-31 13:59:02 +02:00
MODULE
=
embunit
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-11-27 22:30:14 +01:00
INCLUDES
+=
-I
$(
RIOTBASE
)
/sys/include/embUnit
Adapt embunit for RIOT
2014-03-31 13:59:02 +02:00
i
n
c
l
u
d
e
$(
RIOTBASE
)
/
M
a
k
e
f
i
l
e
.
b
a
s
e
Copy Permalink