diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-07-22 18:21:31 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-07-22 18:21:31 +0100 |
commit | a52bfa87d61294bb93df3b916f008c72ae23b9c9 (patch) | |
tree | 219ca4e143b66741e9c3b1f1e309661df8416c2f /test/rspamd_cxx_unit.cxx | |
parent | 5330106c1eb9b4bad545eb3d41bf3e1db8535e1f (diff) | |
download | rspamd-a52bfa87d61294bb93df3b916f008c72ae23b9c9.tar.gz rspamd-a52bfa87d61294bb93df3b916f008c72ae23b9c9.zip |
[Test] Separate local_ptr unit tests
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 cf3271d96..37aa45b6f 100644 --- a/test/rspamd_cxx_unit.cxx +++ b/test/rspamd_cxx_unit.cxx @@ -22,6 +22,7 @@ #include "doctest/doctest.h" #include "rspamd_cxx_unit_utils.hxx" +#include "rspamd_cxx_local_ptr.hxx" static gboolean verbose = false; static const GOptionEntry entries[] = |