- tests are now performed in its own main tests.c
-
This commit is contained in:
@@ -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_*/
|
||||
|
||||
Reference in New Issue
Block a user