diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-04 13:21:25 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-04 13:21:25 +0000 |
commit | ae758c7934c1472b3dc94768fb619b7ad2482d99 (patch) | |
tree | d91447b0d25de747459388ea8debcf4966de60b7 /Source/charon/tests/job_queue_test.h | |
parent | db5dc986036b6e369925c7958ebee509714cbd9f (diff) | |
download | strongswan-ae758c7934c1472b3dc94768fb619b7ad2482d99.tar.bz2 strongswan-ae758c7934c1472b3dc94768fb619b7ad2482d99.tar.xz |
- implemented event_queue
- defined tests for the event_queue
Diffstat (limited to 'Source/charon/tests/job_queue_test.h')
-rw-r--r-- | Source/charon/tests/job_queue_test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/charon/tests/job_queue_test.h b/Source/charon/tests/job_queue_test.h index ba8fd02bb..80b4a7661 100644 --- a/Source/charon/tests/job_queue_test.h +++ b/Source/charon/tests/job_queue_test.h @@ -23,6 +23,8 @@ #ifndef JOB_QUEUE_TEST_H_ #define JOB_QUEUE_TEST_H_ +#include "../tester.h" + /** * @brief Test function used to test the job_queue functionality * |