From 851ffca79a7c57077f93417a4129226e97123a58 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 29 May 2012 03:07:23 +0400 Subject: * Write tests for DKIM signature and key parsers. Fix DKIM parsers. --- test/tests.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/tests.h') diff --git a/test/tests.h b/test/tests.h index be2c29fca..135bfd163 100644 --- a/test/tests.h +++ b/test/tests.h @@ -29,4 +29,7 @@ void rspamd_dns_test_func (); /* Async IO */ void rspamd_async_test_func (); +/* DKIM test */ +void rspamd_dkim_test_func (); + #endif -- cgit v1.2.3