diff options
author | LeftTry <lerest.go@gmail.com> | 2024-07-24 13:36:33 +0500 |
---|---|---|
committer | LeftTry <lerest.go@gmail.com> | 2024-07-24 13:36:33 +0500 |
commit | 4f9895a296c9316a161c35d77012aca01621f8d1 (patch) | |
tree | 99cf5fbb07b7b38cc5fcae80c1bda070848c2dd4 /test | |
parent | 28af0e691c6ad5a67d06ed1e505e5e5f9b1ed348 (diff) | |
download | rspamd-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.cxx | 2 |
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 +} |