diff libgaim/tests/tests.h @ 15043:603960420450

[gaim-migrate @ 17827] Added tests for MD4, MD5, and SHA-1. Started the basics of making check_libgaim a libgaim "ui" Other assorted things. committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Mon, 27 Nov 2006 02:59:33 +0000
parents edd78a0c6698
children d7fccb8cb8a8
line wrap: on
line diff
--- a/libgaim/tests/tests.h	Sun Nov 26 23:31:16 2006 +0000
+++ b/libgaim/tests/tests.h	Mon Nov 27 02:59:33 2006 +0000
@@ -7,6 +7,7 @@
 /* define the test suites here */
 /* remember to add the suite to the runner in check_libgaim.c */
 Suite * util_suite(void);
+Suite * cipher_suite(void);
 
 /* helper macros */
 #define assert_string_equal(expected, actual) { \