aboutsummaryrefslogtreecommitdiffstats
path: root/test/tests.h
diff options
context:
space:
mode:
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