- tests are now performed in its own main tests.c

-
This commit is contained in:
Jan Hutter
2005-11-07 08:34:40 +00:00
parent 8ccd0b01f9
commit fd9cabd4e6
13 changed files with 128 additions and 103 deletions
+2 -5
View File
@@ -23,6 +23,8 @@
#ifndef THREAD_POOL_TEST_H_
#define THREAD_POOL_TEST_H_
#include "../tester.h"
/**
* @brief Test function for the type thread_pool_t
*
@@ -30,9 +32,4 @@
*/
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_*/