From a8c09d8cc0044fbff6c89c2e8966427ee7ed1ef0 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Mon, 24 Apr 2006 10:40:10 +0000 Subject: - identification_t supports now almost all id types - x509 certificates work with identification_t now - fixes here, fixes there --- Source/testing/testcases.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/testing/testcases.c') diff --git a/Source/testing/testcases.c b/Source/testing/testcases.c index 0f4201b42..72ba52c3f 100644 --- a/Source/testing/testcases.c +++ b/Source/testing/testcases.c @@ -63,6 +63,7 @@ #include "child_sa_test.h" #include "certificate_test.h" #include "leak_detective_test.h" +#include "identification_test.h" /* output for test messages */ extern FILE * stderr; @@ -131,6 +132,7 @@ test_t kernel_interface_test = {test_kernel_interface, "Kernel Interface"}; test_t child_sa_test = {test_child_sa, "Child SA"}; test_t certificate_test = {test_certificate, "X509 Certificate"}; test_t leak_detective_test = {test_leak_detective, "LEAK detective"}; +test_t identification_test = {test_identification, "identification"}; daemon_t* charon; -- cgit v1.2.3