summaryrefslogtreecommitdiffstats
path: root/test cases/common/101 testframework options/test.json
blob: 65bf3c04ffadf6f20ee11b8fa76044446b44d157 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "matrix": {
    "options": {
      "testoption": [{ "val": "A string with spaces" }],
      "other_one":  [{ "val": "true"                 }],
      "combo_opt":  [{ "val": "one"                  }],
      "werror":     [{ "val": "true"                 }]
    }
  }
}