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
d7dba6206b
RIOT
/
tests
/
thread_msg_block_w_queue
/
Makefile
4 lines
71 B
Makefile
Raw
Normal View
History
Unescape
Escape
add Makefile.tests_common Contains common variables for all test Makefiles. Include from test Makefiles.
2014-02-21 19:07:16 +01:00
i
n
c
l
u
d
e
.
.
/
M
a
k
e
f
i
l
e
.
t
e
s
t
s
_
c
o
m
m
o
n
added two test cases for issue #100 test_thread_msg_block_w_queue: demonstrates the behaviour described in issue #100 and that it is solved by PR #569 test_thread_msg_block_wo_queue: demonstrates behaviour similar to the above but without a messge queue. This works with the current master, but breaks with PR #569
2014-02-12 16:58:05 +01:00
i
n
c
l
u
d
e
$(
RIOTBASE
)
/
M
a
k
e
f
i
l
e
.
i
n
c
l
u
d
e
Copy Permalink