From a74bc86eec9a830062aa4ad67d4b06f2aed2a428 Mon Sep 17 00:00:00 2001 From: PeterKietzmann <peter.kietzmann@haw-hamburg.de> Date: Tue, 28 Jun 2016 16:33:42 +0200 Subject: [PATCH] tests/thread_exti: add minimal README --- tests/thread_exit/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/thread_exit/README.md diff --git a/tests/thread_exit/README.md b/tests/thread_exit/README.md new file mode 100644 index 0000000000..a902ce7089 --- /dev/null +++ b/tests/thread_exit/README.md @@ -0,0 +1,12 @@ +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 -- GitLab