diff options
author | LeftTry <lerest.go@gmail.com> | 2024-07-24 13:33:17 +0500 |
---|---|---|
committer | LeftTry <lerest.go@gmail.com> | 2024-07-24 13:33:17 +0500 |
commit | f5a7cf72e7fa624389340614c14f006b83447acf (patch) | |
tree | 6d2b031732a2a09ce2cadb780bc952c7ae903cb7 | |
parent | 58355bd88a76ab0849cd9f93de28ae0c5ea2ccb8 (diff) | |
download | rspamd-f5a7cf72e7fa624389340614c14f006b83447acf.tar.gz rspamd-f5a7cf72e7fa624389340614c14f006b83447acf.zip |
Added unit tests for rspamd_cryptobox
-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 3dde89d1c..391bda8b2 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[] = |