- 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
+1 -1
View File
@@ -976,7 +976,7 @@ void test_generator_with_auth_payload(protected_tester_t *tester)
generator = generator_create();
tester->assert_true(tester,(generator != NULL), "generator create check");
auth_payload = auth_payload_create(FALSE);
auth_payload = auth_payload_create();
auth.ptr = "123456789012";