diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-02-04 17:05:53 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-02-04 17:05:53 +0000 |
commit | 984c43f649651d610b6ee7c23c3b33bc96b62e8f (patch) | |
tree | 4ad5597ec84cb23abf52eb872e81eb2e5e4edcb5 /test/tests.h | |
parent | bed11b57981363694a6ed656941fe19b5acb1b87 (diff) | |
download | rspamd-984c43f649651d610b6ee7c23c3b33bc96b62e8f.tar.gz rspamd-984c43f649651d610b6ee7c23c3b33bc96b62e8f.zip |
Add HTTP connections speed test.
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 bd1e5b9ac..8f4d8b80f 100644 --- a/test/tests.h +++ b/test/tests.h @@ -39,4 +39,6 @@ void rspamd_upstream_test_func (void); void rspamd_shingles_test_func (void); +void rspamd_http_test_func (void); + #endif |