Mercurial > pidgin
diff libpurple/tests/tests.h @ 15805:a0a5e323a6ac
libpurplify the 'make check' tests so they work again
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sat, 17 Mar 2007 17:29:40 +0000 |
parents | 5fe8042783c1 |
children | 6577b292e7b4 |
line wrap: on
line diff
--- a/libpurple/tests/tests.h Sat Mar 17 16:55:51 2007 +0000 +++ b/libpurple/tests/tests.h Sat Mar 17 17:29:40 2007 +0000 @@ -5,7 +5,7 @@ #include <check.h> /* define the test suites here */ -/* remember to add the suite to the runner in check_libgaim.c */ +/* remember to add the suite to the runner in check_libpurple.c */ Suite * cipher_suite(void); Suite * jabber_jutil_suite(void); Suite * util_suite(void);