From f5a7cf72e7fa624389340614c14f006b83447acf Mon Sep 17 00:00:00 2001 From: LeftTry Date: Wed, 24 Jul 2024 13:33:17 +0500 Subject: [PATCH] Added unit tests for rspamd_cryptobox --- test/rspamd_cxx_unit.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/test/rspamd_cxx_unit.cxx b/test/rspamd_cxx_unit.cxx index 3dde89d1c9..391bda8b25 100644 --- a/test/rspamd_cxx_unit.cxx +++ b/test/rspamd_cxx_unit.cxx @@ -24,6 +24,7 @@ #include "rspamd_cxx_unit_utils.hxx" #include "rspamd_cxx_local_ptr.hxx" #include "rspamd_cxx_unit_dkim.hxx" +#include "rspamd_cxx_unit_cryptobox.hxx" static gboolean verbose = false; static const GOptionEntry entries[] = -- 2.47.3