summaryrefslogtreecommitdiffstats
path: root/testsuite/thread01/test_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/thread01/test_main.c')
-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.
*