- job_queue tested

This commit is contained in:
Jan Hutter
2005-11-03 14:50:02 +00:00
parent 3ad9390a61
commit 3911f0755b
4 changed files with 87 additions and 12 deletions
+9 -4
View File
@@ -21,6 +21,9 @@
*/
#include <stdio.h>
#include <freeswan.h>
#include <pluto/constants.h>
#include <pluto/defs.h>
#include "types.h"
#include "tester.h"
@@ -36,10 +39,12 @@ int main()
tester->test_all(tester);
if (tester->destroy(tester) != SUCCESS)
{
return -1;
}
tester->destroy(tester);
#ifdef LEAK_DETECTIVE
/* Leaks are reported in log file */
report_leaks();
#endif
return 0;
}