- Tests more documented

This commit is contained in:
Jan Hutter
2005-11-03 18:22:07 +00:00
parent 5ea7551195
commit ef23cd28c1
8 changed files with 76 additions and 37 deletions
+8
View File
@@ -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_*/