- included charons module tests to build & dist

This commit is contained in:
Martin Willi
2006-05-30 13:00:18 +00:00
parent 6d5e617f7d
commit 0773bdcf3f
10 changed files with 45 additions and 11 deletions
+2 -2
View File
@@ -251,8 +251,8 @@ int main()
tester_t *tester = tester_create(test_output, FALSE);
tester->perform_tests(tester,all_tests);
//tester->perform_test(tester,&sender_test);
//tester->perform_tests(tester,all_tests);
tester->perform_test(tester,&policy_test);
tester->destroy(tester);