mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
- creating of default job_queue
This commit is contained in:
parent
f529def100
commit
6e4c8294fb
@ -27,14 +27,21 @@
|
||||
|
||||
#include "types.h"
|
||||
#include "tester.h"
|
||||
#include "job_queue.h"
|
||||
|
||||
|
||||
/* output for test messages */
|
||||
extern FILE * stderr;
|
||||
|
||||
job_queue_t *job_queue;
|
||||
|
||||
|
||||
int main()
|
||||
{
|
||||
FILE * test_output = stderr;
|
||||
|
||||
job_queue = job_queue_create();
|
||||
|
||||
tester_t *tester = tester_create(test_output);
|
||||
|
||||
tester->test_all(tester);
|
||||
|
Loading…
x
Reference in New Issue
Block a user