From b37209d196026ba07f687c487d53dcbeef1f9223 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 7 May 2009 20:36:26 +0000 Subject: Started adding documentation tags to the test suite. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@950 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/src/main.dox | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/src/main.dox b/docs/src/main.dox index bf6eecd54..59b9f3f6d 100644 --- a/docs/src/main.dox +++ b/docs/src/main.dox @@ -61,16 +61,17 @@ * - @subpage goals * - @subpage concepts * - @subpage articles + * - @subpage testsuite * . */ /** - * @page TEST_SUITE Tests Description - *

Descriptions

+ * @page testsuite Tests Suite + *

Description

* Most of the ChibiOS/RT demos link a set of software modules (test suite) in * order to verify the proper working of the kernel, the port and the demo * itself.
- * Each Test Module performs a series of tests on a specified subbsystem or + * Each Test Module performs a series of tests on a specified subsystem or * subsystems and can report a failure/success status and/or a performance * index as the test suite output.
* The test suite is usually activated in the demo applications by pressing a @@ -82,6 +83,7 @@ * - @subpage test_threads * - @subpage test_queues * - @subpage test_serial + * - @subpage test_benchmarks * . */ -- cgit v1.2.3