diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-03 18:22:07 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-03 18:22:07 +0000 |
commit | ef23cd28c1dcc851e44dc632f36476d6310f0870 (patch) | |
tree | 461099e3d91b1d5e3fd6a8921d71c9a106376eac /Source/charon/tests/tests.h | |
parent | 5ea755119547a93daed2b2a5447d470c0339a367 (diff) | |
download | strongswan-ef23cd28c1dcc851e44dc632f36476d6310f0870.tar.bz2 strongswan-ef23cd28c1dcc851e44dc632f36476d6310f0870.tar.xz |
- Tests more documented
Diffstat (limited to 'Source/charon/tests/tests.h')
-rw-r--r-- | Source/charon/tests/tests.h | 9 |
1 files changed, 6 insertions, 3 deletions
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, |