aboutsummaryrefslogtreecommitdiffstats
path: root/test/tests.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2008-09-08 18:18:56 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2008-09-08 18:18:56 +0400
commit946ddcfbc4c7cdd3df426eb5f9a15f4a3fc3c640 (patch)
treeb47dc46e90b8b1e2c84d5f72070e90b6b546ed52 /test/tests.h
parent32d41689d6328e9075bf4c6a822f0fe22207838b (diff)
downloadrspamd-946ddcfbc4c7cdd3df426eb5f9a15f4a3fc3c640.tar.gz
rspamd-946ddcfbc4c7cdd3df426eb5f9a15f4a3fc3c640.zip
* Add initial test suite using glib test suite
Diffstat (limited to 'test/tests.h')
-rw-r--r--test/tests.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/tests.h b/test/tests.h
new file mode 100644
index 000000000..c0e1858a2
--- /dev/null
+++ b/test/tests.h
@@ -0,0 +1,11 @@
+#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