summaryrefslogtreecommitdiffstats
path: root/test/tests.h
diff options
context:
space:
mode:
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