1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/thread_exit
2020-02-12 16:51:34 +01:00
..
tests tests: move testrunner import up 2018-08-13 14:11:24 +02:00
main.c tests: remove uneeded DISABLE_MODULE+=auto_init 2020-02-12 16:51:34 +01:00
Makefile tests: remove uneeded DISABLE_MODULE+=auto_init 2020-02-12 16:51:34 +01:00
Makefile.ci tests: add stm32f030f4-demo to Makefile.ci 2019-10-21 15:33:11 +02:00
README.md tests/thread_exti: add minimal README 2016-06-28 17:39:24 +02:00

Expected result

You should see the following sequence at the console

main: starting main: exiting 2nd: starting 3rd: starting 3rd: exiting 2nd: exiting 4th: starting 4th: exiting