aboutsummaryrefslogtreecommitdiffstats
path: root/test/tests.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2009-03-20 18:35:30 +0300
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2009-03-20 18:35:30 +0300
commitafdaddc4d0745a5bcefad73dd74fd4c03ae3de15 (patch)
tree83d86453410f1d88ee3ed0116ce90e730c99aa9e /test/tests.h
parentfb00c75abdfeaa15302a5922859e424b0313d5b5 (diff)
downloadrspamd-afdaddc4d0745a5bcefad73dd74fd4c03ae3de15.tar.gz
rspamd-afdaddc4d0745a5bcefad73dd74fd4c03ae3de15.zip
* Add fuzzy hashes implementation (with adler-32 roll hash and FNV-32 hash)
* Add test case for fuzzy hashing check
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 ed852f2d3..c3692d460 100644
--- a/test/tests.h
+++ b/test/tests.h
@@ -17,6 +17,9 @@ void rspamd_mem_pool_test_func ();
/* Expressions */
void rspamd_expression_test_func ();
+/* Fuzzy hashes */
+void rspamd_fuzzy_test_func ();
+
/* Stat file */
void rspamd_statfile_test_func ();