aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/tests/thread_pool_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/tests/thread_pool_test.h')
-rw-r--r--Source/charon/tests/thread_pool_test.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/Source/charon/tests/thread_pool_test.h b/Source/charon/tests/thread_pool_test.h
index 42d6d0635..9639fc062 100644
--- a/Source/charon/tests/thread_pool_test.h
+++ b/Source/charon/tests/thread_pool_test.h
@@ -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_*/