summaryrefslogtreecommitdiffstats
path: root/test/tests.h
blob: 85e111b2b3c3188a034ac84b24acb31dacb0173d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef RSPAMD_TESTS_H
#define RSPAMD_TESTS_H

/* 
 * Here are described test functions for rspamd test suite 
 */

/* URL parser test */
void rspamd_url_test_func ();

/* Memceched library test */
void rspamd_memcached_test_func ();

#endif