aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/ct_config_SUITE_data/config/cfg.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common_test/test/ct_config_SUITE_data/config/cfg.cfg')
-rw-r--r--lib/common_test/test/ct_config_SUITE_data/config/cfg.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/common_test/test/ct_config_SUITE_data/config/cfg.cfg b/lib/common_test/test/ct_config_SUITE_data/config/cfg.cfg
new file mode 100644
index 0000000000..f0c1783189
--- /dev/null
+++ b/lib/common_test/test/ct_config_SUITE_data/config/cfg.cfg
@@ -0,0 +1,11 @@
+{x, suite}.
+{gen_cfg2,
+ [
+ {a,x},
+ {b,y}
+ ]}.
+{gen_cfg3,
+ [
+ {v,w},
+ {m,n}
+ ]}. \ No newline at end of file