#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 (); #endif