summaryrefslogtreecommitdiffstats
path: root/test/tests.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-04-08 21:30:14 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-04-08 21:30:14 +0100
commit3789f106c11e9314ef29708d8156397b43387958 (patch)
tree97fdaadcd64ce0132045c78c3f770b29f658e981 /test/tests.h
parent430a991cd53273c2869e9b37e42438f4e827d1d0 (diff)
downloadrspamd-3789f106c11e9314ef29708d8156397b43387958.tar.gz
rspamd-3789f106c11e9314ef29708d8156397b43387958.zip
[Feature] Add unit tests for heap
Diffstat (limited to 'test/tests.h')
-rw-r--r--test/tests.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/tests.h b/test/tests.h
index a2ba05b84..0ba03da8d 100644
--- a/test/tests.h
+++ b/test/tests.h
@@ -1,8 +1,8 @@
#ifndef RSPAMD_TESTS_H
#define RSPAMD_TESTS_H
-/*
- * Here are described test functions for rspamd test suite
+/*
+ * Here are described test functions for rspamd test suite
*/
/* URL parser test */
@@ -39,4 +39,6 @@ void rspamd_lua_test_func (void);
void rspamd_cryptobox_test_func (void);
+void rspamd_heap_test_func (void);
+
#endif