diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-11-04 20:14:30 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-11-04 20:14:30 +0000 |
commit | 28b6b571cf68b4fa6c40ae5ef44fcae0637b29a7 (patch) | |
tree | 0d5deaee914dc11d67be4e4ca5270176b03927f6 /test/rspamd_cxx_unit.cxx | |
parent | 659b274e0f68e8c8f185a34e6df7695b9c095d23 (diff) | |
download | rspamd-28b6b571cf68b4fa6c40ae5ef44fcae0637b29a7.tar.gz rspamd-28b6b571cf68b4fa6c40ae5ef44fcae0637b29a7.zip |
[Test] Add tests for DKIM key record parsing
Issue: #3955
Diffstat (limited to 'test/rspamd_cxx_unit.cxx')
-rw-r--r-- | test/rspamd_cxx_unit.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/rspamd_cxx_unit.cxx b/test/rspamd_cxx_unit.cxx index 37aa45b6f..acbbbabce 100644 --- a/test/rspamd_cxx_unit.cxx +++ b/test/rspamd_cxx_unit.cxx @@ -23,6 +23,7 @@ #include "rspamd_cxx_unit_utils.hxx" #include "rspamd_cxx_local_ptr.hxx" +#include "rspamd_cxx_unit_dkim.hxx" static gboolean verbose = false; static const GOptionEntry entries[] = |