- added todo's

This commit is contained in:
Jan Hutter
2005-12-12 08:44:35 +00:00
parent 6329a25750
commit 7fa8decb78
8 changed files with 49 additions and 13 deletions
+2 -2
View File
@@ -246,8 +246,8 @@ int main()
tester_t *tester = tester_create(test_output, FALSE);
tester->perform_tests(tester,all_tests);
// tester->perform_test(tester,&rsa_test);
// tester->perform_tests(tester,all_tests);
tester->perform_test(tester,&linked_list_insert_and_remove_test);
tester->destroy(tester);