summaryrefslogtreecommitdiffstats
path: root/test/tests.h
diff options
context:
space:
mode:
authorcebka@mailsupport.rambler.ru <cebka@mailsupport.rambler.ru>2008-09-16 18:42:02 +0400
committercebka@mailsupport.rambler.ru <cebka@mailsupport.rambler.ru>2008-09-16 18:42:02 +0400
commit4ad814a6c631883bbb55ae3db2f8806c63f31c9a (patch)
tree93cc3253d8046dfa7ca28f64c2cb01546e32eead /test/tests.h
parent9e442d87b2907ff011a80b8a795c6710b6665705 (diff)
downloadrspamd-4ad814a6c631883bbb55ae3db2f8806c63f31c9a.tar.gz
rspamd-4ad814a6c631883bbb55ae3db2f8806c63f31c9a.zip
* Write test case for async memcached library
* Fix memcached async library to pass test :)
Diffstat (limited to 'test/tests.h')
-rw-r--r--test/tests.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/tests.h b/test/tests.h
index c0e1858a2..85e111b2b 100644
--- a/test/tests.h
+++ b/test/tests.h
@@ -8,4 +8,7 @@
/* URL parser test */
void rspamd_url_test_func ();
+/* Memceched library test */
+void rspamd_memcached_test_func ();
+
#endif