forked from Ranchero-Software/NetNewsWire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mac.xctestplan
81 lines (80 loc) · 1.74 KB
/
Mac.xctestplan
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"configurations" : [
{
"id" : "C18220EC-5A93-42E2-9B5A-B69F72ED7CD4",
"name" : "Configuration 1",
"options" : {
}
}
],
"defaultOptions" : {
"codeCoverage" : false
},
"testTargets" : [
{
"parallelizable" : true,
"target" : {
"containerPath" : "container:FoundationExtras",
"identifier" : "FoundationExtrasTests",
"name" : "FoundationExtrasTests"
}
},
{
"parallelizable" : true,
"target" : {
"containerPath" : "container:AppKitExtras",
"identifier" : "AppKitExtrasTests",
"name" : "AppKitExtrasTests"
}
},
{
"parallelizable" : true,
"target" : {
"containerPath" : "container:Parser",
"identifier" : "ParserTests",
"name" : "ParserTests"
}
},
{
"parallelizable" : true,
"target" : {
"containerPath" : "container:Tree",
"identifier" : "TreeTests",
"name" : "TreeTests"
}
},
{
"parallelizable" : true,
"target" : {
"containerPath" : "container:Core",
"identifier" : "CoreTests",
"name" : "CoreTests"
}
},
{
"parallelizable" : true,
"target" : {
"containerPath" : "container:Feedly",
"identifier" : "FeedlyTests",
"name" : "FeedlyTests"
}
},
{
"parallelizable" : true,
"target" : {
"containerPath" : "container:Account",
"identifier" : "AccountTests",
"name" : "AccountTests"
}
},
{
"parallelizable" : true,
"target" : {
"containerPath" : "container:Web",
"identifier" : "WebTests",
"name" : "WebTests"
}
}
],
"version" : 1
}