Mercurial > pidgin
diff libgaim/tests/check_libgaim.c @ 15092:4ba77924fc08
[gaim-migrate @ 17878]
continuing to add tests...now for jabber
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Sat, 02 Dec 2006 21:12:20 +0000 |
| parents | 603960420450 |
| children |
line wrap: on
line diff
--- a/libgaim/tests/check_libgaim.c Sat Dec 02 19:57:47 2006 +0000 +++ b/libgaim/tests/check_libgaim.c Sat Dec 02 21:12:20 2006 +0000 @@ -54,8 +54,9 @@ int number_failed; SRunner *sr = srunner_create (master_suite()); + srunner_add_suite(sr, cipher_suite()); + srunner_add_suite(sr, jabber_jutil_suite()); srunner_add_suite(sr, util_suite()); - srunner_add_suite(sr, cipher_suite()); /* make this a libgaim "ui" */ gaim_check_init();
