diff options
Diffstat (limited to 'src/util/test_configuration_data.conf')
-rw-r--r-- | src/util/test_configuration_data.conf | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/util/test_configuration_data.conf b/src/util/test_configuration_data.conf new file mode 100644 index 0000000..517cbf0 --- /dev/null +++ b/src/util/test_configuration_data.conf @@ -0,0 +1,30 @@ +[PATHS] +SUBST=/hello + +[GNUNET] +SUBST=hello +GNUNET_HOME=/tmp + +[test] +a=a +b=b +five=5 + +[more] +c=c +five=42 + + +[last] +test = $SUBST/world +boom = "1 2 3 testing" +trailing = YES +size = 512 KiB + +[FILENAMES] +test = "/Hello /File\ Name /World" + + +[TESTING] +WEAKRANDOM = YES + |