diff options
Diffstat (limited to 'test cases/common/101 testframework options/test.json')
-rw-r--r-- | test cases/common/101 testframework options/test.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test cases/common/101 testframework options/test.json b/test cases/common/101 testframework options/test.json new file mode 100644 index 0000000..65bf3c0 --- /dev/null +++ b/test cases/common/101 testframework options/test.json @@ -0,0 +1,10 @@ +{ + "matrix": { + "options": { + "testoption": [{ "val": "A string with spaces" }], + "other_one": [{ "val": "true" }], + "combo_opt": [{ "val": "one" }], + "werror": [{ "val": "true" }] + } + } +} |