summaryrefslogtreecommitdiffstats
path: root/testsuite/thread01
diff options
context:
space:
mode:
authorMoyano, Gabriel <gabriel.moyano@dlr.de>2020-04-03 09:35:23 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-04-09 08:34:05 +0200
commit8e33f3ba15eeb243bdb6d64798d6856dcd808952 (patch)
tree863ce3a21b3f162f492b0c6fb0567b066c07f3ad /testsuite/thread01
parentrtems_waf: Update to origin/master. (diff)
downloadrtems-libbsd-8e33f3ba15eeb243bdb6d64798d6856dcd808952.tar.bz2
testsuite: A description for each test added
Diffstat (limited to 'testsuite/thread01')
-rw-r--r--testsuite/thread01/test_main.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/thread01/test_main.c b/testsuite/thread01/test_main.c
index fa15b9f6..9d5e5bba 100644
--- a/testsuite/thread01/test_main.c
+++ b/testsuite/thread01/test_main.c
@@ -1,3 +1,12 @@
+/**
+ * @file
+ *
+ * @brief The creation and execution of threads (RTEMS task, kproc, kthread) are tested.
+ *
+ * The main thread creates a worker and the waits until receives an event of the
+ * created worker.
+ */
+
/*
* Copyright (c) 2013, 2018 embedded brains GmbH. All rights reserved.
*