diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-07 08:34:40 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-07 08:34:40 +0000 |
commit | fd9cabd4e68d85877a442ae2fff53c87e687f42b (patch) | |
tree | 4dd4a7e32780f84696466a7ed9da0ddaf9911a1b /Source/charon/daemon.c | |
parent | 8ccd0b01f9fc95eb75d92c4d6b5aad0c4baf3e88 (diff) | |
download | strongswan-fd9cabd4e68d85877a442ae2fff53c87e687f42b.tar.bz2 strongswan-fd9cabd4e68d85877a442ae2fff53c87e687f42b.tar.xz |
- tests are now performed in its own main tests.c
-
Diffstat (limited to 'Source/charon/daemon.c')
-rw-r--r-- | Source/charon/daemon.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Source/charon/daemon.c b/Source/charon/daemon.c index bb970a954..fb50c8e5b 100644 --- a/Source/charon/daemon.c +++ b/Source/charon/daemon.c @@ -27,29 +27,17 @@ #include "types.h" #include "tester.h" -#include "tests/tests.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, TRUE); - - tester->test_all(tester,tests); - - tester->destroy(tester); - job_queue->destroy(job_queue); #ifdef LEAK_DETECTIVE |