1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/thread_exit
smlng 3893f04d00 tests: move testrunner import up
Testrunner is now impported as a package found in PYTHONPATH, so
import can be placed at the top of the script as usual.
2018-08-13 14:11:24 +02:00
..
tests tests: move testrunner import up 2018-08-13 14:11:24 +02:00
main.c tests/thread_exti: fix typo 2016-06-28 17:39:21 +02:00
Makefile boards/nucleo-f031k6: rename to st marketing name 2018-05-23 12:46:42 +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