- finish functionality of ike_sa_manager
- tested
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user