1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests
Lotte Steenbrink 8812745b02 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-13 13:25:45 +00:00
..
test_bloom added LGPL header and doxygen headers 2014-02-04 12:52:52 +01:00
test_bloom_bytes added LGPL header and doxygen headers 2014-02-04 12:52:52 +01:00
test_float added LGPL header and doxygen headers 2014-02-04 12:52:52 +01:00
test_hwtimer remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
test_hwtimer_spin added LGPL header and doxygen headers 2014-02-04 12:52:52 +01:00
test_irq update Makefiles to point to all-valgrind target 2014-02-11 19:22:40 +01:00
test_nativenet remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
test_pnet remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
test_semaphore remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
test_sha256 added LGPL header and doxygen headers 2014-02-04 12:52:52 +01:00
test_shell remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
test_thread_basic remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
test_thread_exit remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
test_thread_msg added LGPL header and doxygen headers 2014-02-04 12:52:52 +01:00
test_thread_msg_block_w_queue added two test cases for issue #100 2014-02-13 13:25:45 +00:00
test_thread_msg_block_wo_queue added two test cases for issue #100 2014-02-13 13:25:45 +00:00
test_vtimer_msg added LGPL header and doxygen headers 2014-02-04 12:52:52 +01:00