diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-05-07 12:25:11 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-05-07 12:25:11 +0100 |
commit | 045971cbb8d2544d3b077e3ed2c89d48aedd75a4 (patch) | |
tree | 233d2e57f9941d3e7206897e0f1e98ff145d0d5b /test/tests.h | |
parent | 24f4bdee9db31af467f8d23992555d1a39435fb5 (diff) | |
download | rspamd-045971cbb8d2544d3b077e3ed2c89d48aedd75a4.tar.gz rspamd-045971cbb8d2544d3b077e3ed2c89d48aedd75a4.zip |
Add unit test for cryptobox.
Diffstat (limited to 'test/tests.h')
-rw-r--r-- | test/tests.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/tests.h b/test/tests.h index 5f304d42c..f0dab9c02 100644 --- a/test/tests.h +++ b/test/tests.h @@ -40,4 +40,6 @@ void rspamd_http_test_func (void); void rspamd_lua_test_func (void); +void rspamd_cryptobox_test_func (void); + #endif |