diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-06-18 13:35:05 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-06-18 13:35:05 +0100 |
commit | de7ac4e37284fcd241060213619297df41a71dce (patch) | |
tree | eebb222e637b021c78888a84f6022a3231aba0d6 /test/rspamd_cxx_unit.cxx | |
parent | f6321fbd323034d9763e53a56af014872a8a625a (diff) | |
download | rspamd-de7ac4e37284fcd241060213619297df41a71dce.tar.gz rspamd-de7ac4e37284fcd241060213619297df41a71dce.zip |
[Minor] Add a simple routine to remove smtp comments in place
Diffstat (limited to 'test/rspamd_cxx_unit.cxx')
-rw-r--r-- | test/rspamd_cxx_unit.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/rspamd_cxx_unit.cxx b/test/rspamd_cxx_unit.cxx index 9d37ff56a..e67060dca 100644 --- a/test/rspamd_cxx_unit.cxx +++ b/test/rspamd_cxx_unit.cxx @@ -19,9 +19,10 @@ #include <memory> #define DOCTEST_CONFIG_IMPLEMENTATION_IN_DLL - #include "doctest/doctest.h" +#include "rspamd_cxx_unit_utils.hxx" + static gboolean verbose = false; static const GOptionEntry entries[] = { |