aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/pkgconfig/testdata/empty-variable.json
blob: b96689979ea4849331fe197af3b7579b45d36d6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "Name": "Empty Variable test",
    "Description": "Checks that empty variables are handled correcty",
    "Version": "1.0.0",
    "Vars": {
        "rootprefix": "",
        "prefix": "/usr",
        "exec_prefix": "//usr",
        "libdir": "//usr/lib",
        "includedir": "//usr/include"
    },
    "Libs": [
        {"Type": "LibraryName", "Value": "simple"}
    ],
    "LibsPrivate": [
        {"Type": "LibraryName", "Value": "m"}
    ],
    "Cflags": [
        {"Type": "IncludePath", "Value": "//usr/include"}
    ]
}