aboutsummaryrefslogtreecommitdiffstats
path: root/test/testthd.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-04-27 11:53:03 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-04-27 11:53:03 +0000
commit0074052e3f64b2166258f2d117faf8acdf5d4566 (patch)
tree57de271a3cfb45fdeeff54fd13b0fe47cd0619cc /test/testthd.c
parent40aade60563a0f7d35ecd5f4b78eb8a882a01e48 (diff)
downloadChibiOS-0074052e3f64b2166258f2d117faf8acdf5d4566.tar.gz
ChibiOS-0074052e3f64b2166258f2d117faf8acdf5d4566.tar.bz2
ChibiOS-0074052e3f64b2166258f2d117faf8acdf5d4566.zip
Documented test runtime code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1895 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/testthd.c')
-rw-r--r--test/testthd.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/testthd.c b/test/testthd.c
index 08b792ce4..c2150a9c1 100644
--- a/test/testthd.c
+++ b/test/testthd.c
@@ -23,6 +23,8 @@
/**
* @page test_threads Threads and Scheduler test
*
+ * File: @ref testthd.c
+ *
* <h2>Description</h2>
* This module implements the test sequence for the @ref scheduler,
* @ref threads and @ref time subsystems.<br>
@@ -236,8 +238,8 @@ const struct testcase testthd4 = {
thd4_execute
};
-/*
- * Test sequence for threads patterns.
+/**
+ * @brief Test sequence for threads.
*/
const struct testcase * const patternthd[] = {
&testthd1,