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/thread_pool_test.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Source/charon/tests/thread_pool_test.h') diff --git a/Source/charon/tests/thread_pool_test.h b/Source/charon/tests/thread_pool_test.h index feafa2897..42d6d0635 100644 --- a/Source/charon/tests/thread_pool_test.h +++ b/Source/charon/tests/thread_pool_test.h @@ -23,8 +23,16 @@ #ifndef THREAD_POOL_TEST_H_ #define THREAD_POOL_TEST_H_ +/** + * @brief Test function for the type thread_pool_t + * + * @param tester tester object + */ void test_thread_pool(tester_t *tester); +/** + * Test for thread_pool_t + */ test_t thread_pool_test = {test_thread_pool,"Thread Pool"}; #endif /*THREAD_POOL_TEST_H_*/ -- cgit v1.2.3