summaryrefslogtreecommitdiff
path: root/test cases/common/280 pkgconfig-gen/test.json
blob: 99b18086c0f590a9d22b6cff547e35f5d8913c7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "installed": [
        { "type": "file", "file": "usr/include/simple.h"},
        { "type": "file", "file": "usr/lib/pkgconfig/simple.pc"}
    ],
    "matrix": {
        "options": {
            "default_library": [
                { "val": "shared" },
                { "val": "static" },
                { "val": "both" }
            ]
        }
    }
}