aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.cfg
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/test.cfg
parentf553ed3830c57309ed0321edf7b6c72cf9ff7525 (diff)
downloadrspamd-5607e21b22008b2f23d9f86aeeb0562f8a6671b8.tar.gz
rspamd-5607e21b22008b2f23d9f86aeeb0562f8a6671b8.zip
Improve test suite by using standard glib test options.
Diffstat (limited to 'test/test.cfg')
-rw-r--r--test/test.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test.cfg b/test/test.cfg
new file mode 100644
index 000000000..880b363d4
--- /dev/null
+++ b/test/test.cfg
@@ -0,0 +1,5 @@
+section2 {
+ param = "value";
+ param2 = value
+ array = [ 100500, 10s, 50mb ]
+}