aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/tests/tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/tests/tests.h')
-rw-r--r--Source/charon/tests/tests.h9
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,