diff options
author | cebka@mailsupport.rambler.ru <cebka@mailsupport.rambler.ru> | 2008-09-22 01:08:41 +0400 |
---|---|---|
committer | cebka@mailsupport.rambler.ru <cebka@mailsupport.rambler.ru> | 2008-09-22 01:08:41 +0400 |
commit | 2b65ae425b9dca345bea158471b358d3c17b9704 (patch) | |
tree | 24c7a23ae4297547f7293db0b1b95b89bfb0eae5 /test/tests.h | |
parent | 82e2d7ab53eb60bdc52d2e736b097d68d489aa9c (diff) | |
download | rspamd-2b65ae425b9dca345bea158471b358d3c17b9704.tar.gz rspamd-2b65ae425b9dca345bea158471b358d3c17b9704.zip |
* Optimize memory pools allocator
* Add test case for memory pools
Diffstat (limited to 'test/tests.h')
-rw-r--r-- | test/tests.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/tests.h b/test/tests.h index 85e111b2b..3eddf92fc 100644 --- a/test/tests.h +++ b/test/tests.h @@ -8,7 +8,10 @@ /* URL parser test */ void rspamd_url_test_func (); -/* Memceched library test */ +/* Memcached library test */ void rspamd_memcached_test_func (); +/* Memory pools */ +void rspamd_mem_pool_test_func (); + #endif |