aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLeftTry <lerest.go@gmail.com>2024-07-24 13:36:33 +0500
committerLeftTry <lerest.go@gmail.com>2024-07-24 13:36:33 +0500
commit4f9895a296c9316a161c35d77012aca01621f8d1 (patch)
tree99cf5fbb07b7b38cc5fcae80c1bda070848c2dd4 /test
parent28af0e691c6ad5a67d06ed1e505e5e5f9b1ed348 (diff)
downloadrspamd-4f9895a296c9316a161c35d77012aca01621f8d1.tar.gz
rspamd-4f9895a296c9316a161c35d77012aca01621f8d1.zip
[Feature] Add rspamd_cxx_unit_cryptobox for unit testing
Diffstat (limited to 'test')
-rw-r--r--test/rspamd_cxx_unit.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rspamd_cxx_unit.cxx b/test/rspamd_cxx_unit.cxx
index 391bda8b2..b7cb0c6bf 100644
--- a/test/rspamd_cxx_unit.cxx
+++ b/test/rspamd_cxx_unit.cxx
@@ -84,4 +84,4 @@ int main(int argc, char **argv)
rspamd_mempool_delete(pool);
return res;
-} \ No newline at end of file
+}