diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-08-09 16:53:32 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-08-09 16:53:32 +0100 |
commit | 07011527b93630d0326e26d5b04eea07a7cc5a97 (patch) | |
tree | 1d36471bc4fc097d5916971e002b3ddfdbb63b66 /test/tests.h | |
parent | 61200d8eafa814312ceb123ee8b22668a5f06a65 (diff) | |
download | rspamd-07011527b93630d0326e26d5b04eea07a7cc5a97.tar.gz rspamd-07011527b93630d0326e26d5b04eea07a7cc5a97.zip |
Add a test suite for rcl.
Diffstat (limited to 'test/tests.h')
-rw-r--r-- | test/tests.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/tests.h b/test/tests.h index 8fb22b656..dc484dbff 100644 --- a/test/tests.h +++ b/test/tests.h @@ -35,4 +35,7 @@ void rspamd_dkim_test_func (void); /* RRD test */ void rspamd_rrd_test_func (void); +/* RCL test */ +void rspamd_rcl_test_func (void); + #endif |