summaryrefslogtreecommitdiff
path: root/test cases/common/273 both libraries/test.json
blob: 2aba26e48a3a75e1bf65266c4b5261c71983bbf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "matrix": {
        "options": {
            "default_library": [
                { "val": "shared" },
                { "val": "static" },
                { "val": "both"   }
            ],
            "default_both_libraries": [
                { "val": "shared" },
                { "val": "static" },
                { "val": "auto"   }
            ],
            "use_dep": [
                { "val": false },
                { "val": true  }
            ]
        }
    }
}