added tests for putshort, putlong and readname

This commit is contained in:
Bjorn Andersson
2006-12-16 00:29:24 +00:00
parent 13550e93c4
commit 9ccbd4bc88
4 changed files with 203 additions and 2 deletions

View File

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