comparison libpurple/tests/tests.h @ 15889:6577b292e7b4

Fix compiler warnings and errors in tests resulting from using DEBUG_CFLAGS
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 24 Mar 2007 19:51:48 +0000
parents a0a5e323a6ac
children fb73a6ed8197
comparison
equal deleted inserted replaced
15888:8a2e7b406b4e 15889:6577b292e7b4
4 #include <glib.h> 4 #include <glib.h>
5 #include <check.h> 5 #include <check.h>
6 6
7 /* define the test suites here */ 7 /* define the test suites here */
8 /* remember to add the suite to the runner in check_libpurple.c */ 8 /* remember to add the suite to the runner in check_libpurple.c */
9 Suite * master_suite(void);
9 Suite * cipher_suite(void); 10 Suite * cipher_suite(void);
10 Suite * jabber_jutil_suite(void); 11 Suite * jabber_jutil_suite(void);
11 Suite * util_suite(void); 12 Suite * util_suite(void);
12 13
13 /* helper macros */ 14 /* helper macros */