- 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
+1 -1
View File
@@ -44,7 +44,7 @@ int main()
job_queue = job_queue_create();
tester_t *tester = tester_create(test_output, FALSE);
tester_t *tester = tester_create(test_output, TRUE);
tester->test_all(tester,tests);