From ef23cd28c1dcc851e44dc632f36476d6310f0870 Mon Sep 17 00:00:00 2001 From: Jan Hutter Date: Thu, 3 Nov 2005 18:22:07 +0000 Subject: - Tests more documented --- Source/charon/tests/tests.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Source/charon/tests/tests.h') diff --git a/Source/charon/tests/tests.h b/Source/charon/tests/tests.h index 0a6eadc37..326b4772d 100644 --- a/Source/charon/tests/tests.h +++ b/Source/charon/tests/tests.h @@ -1,9 +1,9 @@ /** * @file tests.h * - * @brief Lists all the tests to get performed by the tester + * @brief Lists all the tests to be processed by the tester object * - * New tests have to be added here + * New tests have to be added here! * */ @@ -30,7 +30,10 @@ #include "thread_pool_test.h" #include "job_queue_test.h" - + +/** + * @brief these tests are getting performed by the tester + */ test_t *tests[] ={ &linked_list_test, &thread_pool_test, -- cgit v1.2.3