-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdventOfCode.xctestplan
More file actions
58 lines (56 loc) · 1.2 KB
/
AdventOfCode.xctestplan
File metadata and controls
58 lines (56 loc) · 1.2 KB
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
{
"configurations" : [
{
"id" : "B4CDD3DB-F0F9-4F52-BA4B-E22D70A2CB68",
"name" : "Configuration 1",
"options" : {
}
}
],
"defaultOptions" : {
"codeCoverage" : false,
"commandLineArgumentEntries" : [
],
"targetForVariableExpansion" : {
"containerPath" : "container:AdventOfCode.xcodeproj",
"identifier" : "B93AB20D291C2A130032E7E9",
"name" : "AdventOfCode"
}
},
"testTargets" : [
{
"skippedTests" : [
"Day10Tests",
"Day11Tests",
"Day12Tests",
"Day13Tests",
"Day14Tests",
"Day15Tests",
"Day16Tests",
"Day17Tests",
"Day18Tests",
"Day19Tests",
"Day1Tests",
"Day20Tests",
"Day21Tests",
"Day22Tests",
"Day23Tests",
"Day24Tests",
"Day2Tests",
"Day3Tests",
"Day4Tests",
"Day5Tests",
"Day6Tests",
"Day7Tests",
"Day8Tests",
"Day9Tests"
],
"target" : {
"containerPath" : "container:AdventOfCode.xcodeproj",
"identifier" : "B93F1B3C293C0BC2008D5BD1",
"name" : "AdventOfCodeKitTests"
}
}
],
"version" : 1
}