aboutsummaryrefslogtreecommitdiffstats
path: root/test/rspamd_rcl_test.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2013-08-21 15:12:24 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2013-08-21 15:12:24 +0100
commit5607e21b22008b2f23d9f86aeeb0562f8a6671b8 (patch)
tree1aff1b4ed40949ad4af0b7c77600207143b30335 /test/rspamd_rcl_test.c
parentf553ed3830c57309ed0321edf7b6c72cf9ff7525 (diff)
downloadrspamd-5607e21b22008b2f23d9f86aeeb0562f8a6671b8.tar.gz
rspamd-5607e21b22008b2f23d9f86aeeb0562f8a6671b8.zip
Improve test suite by using standard glib test options.
Diffstat (limited to 'test/rspamd_rcl_test.c')
-rw-r--r--test/rspamd_rcl_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rspamd_rcl_test.c b/test/rspamd_rcl_test.c
index 0c338035f..089f96452 100644
--- a/test/rspamd_rcl_test.c
+++ b/test/rspamd_rcl_test.c
@@ -49,6 +49,8 @@ const gchar *rcl_test_valid[] = {
"key3 = 111some,"
"key4: s1,"
"\"key5\": \"\\n\\r123\"",
+ /* Macros */
+ "section1 {key = value; .include \"./test.cfg\"}",
NULL
};