summaryrefslogtreecommitdiffstats
path: root/test/tests.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2010-07-08 20:07:07 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2010-07-08 20:07:07 +0400
commit3d1c40c972d68623f88875ec03ae7c8bafbadad5 (patch)
tree75a34069f368ebb52b47e8c3f605dcde1de3e9cd /test/tests.h
parent75bf13b9bda0d1eb98671b68064becd4f6946c14 (diff)
downloadrspamd-3d1c40c972d68623f88875ec03ae7c8bafbadad5.tar.gz
rspamd-3d1c40c972d68623f88875ec03ae7c8bafbadad5.zip
* Make DNS resolver working
* Many improvements to rspamd test suite: now it CAN be used for testing rspamd functionality * Write DNS resolver tests * Fix issues with memory_pool mutexes and with creating of statfiles
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 c3692d460..ee05c903d 100644
--- a/test/tests.h
+++ b/test/tests.h
@@ -23,4 +23,7 @@ void rspamd_fuzzy_test_func ();
/* Stat file */
void rspamd_statfile_test_func ();
+/* DNS resolving */
+void rspamd_dns_test_func ();
+
#endif