- implemented event_queue

- defined tests for the event_queue
This commit is contained in:
Jan Hutter
2005-11-04 13:21:25 +00:00
parent db5dc98603
commit ae758c7934
9 changed files with 584 additions and 1 deletions
+2
View File
@@ -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
*