Added login hash test

This commit is contained in:
Erik Ekman
2007-01-28 04:01:10 +00:00
parent 7c223c2987
commit d0fdda8b5f
3 changed files with 6 additions and 2 deletions

View File

@@ -58,6 +58,9 @@ main()
test = test_read_create_tests();
suite_add_tcase(iodine, test);
test = test_login_create_tests();
suite_add_tcase(iodine, test);
runner = srunner_create(iodine);
srunner_run_all(runner, CK_VERBOSE);
failed = srunner_ntests_failed(runner);