- finish functionality of ike_sa_manager

- tested
This commit is contained in:
Martin Willi
2005-11-09 11:44:49 +00:00
parent 4234c2d99d
commit d4425c1b66
4 changed files with 359 additions and 117 deletions
+7
View File
@@ -40,6 +40,7 @@
#include "tests/receiver_test.h"
#include "tests/ike_sa_id_test.h"
#include "tests/ike_sa_test.h"
#include "tests/ike_sa_manager_test.h"
#include "tests/generator_test.h"
@@ -112,6 +113,11 @@ test_t ike_sa_id_test = {test_ike_sa_id,"IKE_SA-Identifier"};
test_t ike_sa_test = {test_ike_sa,"IKE_SA"};
/**
* Test for ike_sa_manager_t
*/
test_t ike_sa_manager_test = {test_ike_sa_manager, "IKE_SA-Manager"};
/**
* Test for generator_t
*/
@@ -156,6 +162,7 @@ socket_t *global_socket;
&ike_sa_id_test,
&ike_sa_test,
&generator_test,
&ike_sa_manager_test,
NULL
};