strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
implemented and tested functionality to create sa_payload from
[strongswan.git]
/
Source
/
charon
/
testcases
/
testcases.c
diff --git
a/Source/charon/testcases/testcases.c
b/Source/charon/testcases/testcases.c
index
45aa477
..
4ec6834
100644
(file)
--- a/
Source/charon/testcases/testcases.c
+++ b/
Source/charon/testcases/testcases.c
@@
-210,8
+210,8
@@
int main()
tester_t *tester = tester_create(test_output, FALSE);
tester_t *tester = tester_create(test_output, FALSE);
-
//
tester->perform_tests(tester,all_tests);
-
tester->perform_test(tester,&init_config_test
);
+ tester->perform_tests(tester,all_tests);
+
// tester->perform_test(tester,&generator_test5
);
tester->destroy(tester);
tester->destroy(tester);