10000 Added test projects that were missing from .travis.yml · rachoo/swift-algorithm-club@d8cf050 · GitHub
[go: up one dir, main page]

Skip to content

Commit d8cf050

Browse files
author
Chris Pilcher
committed
Added test projects that were missing from .travis.yml
1 parent fa813a7 commit d8cf050

File tree

8 files changed

+369
-0
lines changed

8 files changed

+369
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,28 @@ script:
99
- xctool test -project ./Binary\ Search/Tests/Tests.xcodeproj -scheme Tests
1010
- xctool test -project ./Binary\ Search\ Tree/Solution\ 1/Tests/Tests.xcodeproj -scheme Tests
1111
- xctool test -project ./Bloom\ Filter/Tests/Tests.xcodeproj -scheme Tests
12+
- xctool test -project ./Bounded\ Priority\ Queue/Tests/Tests.xcodeproj -scheme Tests
1213
- xctool test -project ./Breadth-First\ Search/Tests/Tests.xcodeproj -scheme Tests
1314
- xctool test -project ./Bucket\ Sort/Tests/Tests.xcodeproj -scheme Tests
15+
- xctool test -project ./Counting\ Sort/Tests/Tests.xcodeproj -scheme Tests
16+
- xctool test -project ./Depth-First Search/Tests/Tests.xcodeproj -scheme Tests
17+
- xctool test -project ./Graph/Graph.xcodeproj -scheme GraphTests
1418
- xctool test -project ./Heap/Tests/Tests.xcodeproj -scheme Tests
1519
- xctool test -project ./Heap\ Sort/Tests/Tests.xcodeproj -scheme Tests
1620
- xctool test -project ./Insertion\ Sort/Tests/Tests.xcodeproj -scheme Tests
1721
- xctool test -project ./K-Means/Tests/Tests.xcodeproj -scheme Tests
1822
- xctool test -project ./Linked\ List/Tests/Tests.xcodeproj -scheme Tests
1923
- xctool test -project ./Longest\ Common\ Subsequence/Tests/Tests.xcodeproj -scheme Tests
24+
- xctool test -project ./Minimum\ Spanning\ Tree\ \(Unweighted\)/Tests/Tests.xcodeproj -scheme Tests
2025
- xctool test -project ./Priority\ Queue/Tests/Tests.xcodeproj -scheme Tests
2126
- xctool test -project ./Queue/Tests/Tests.xcodeproj -scheme Tests
2227
- xctool test -project ./Quicksort/Tests/Tests.xcodeproj -scheme Tests
2328
- xctool test -project ./Run-Length\ Encoding/Tests/Tests.xcodeproj -scheme Tests
2429
- xctool test -project ./Select\ Minimum\ Maximum/Tests/Tests.xcodeproj -scheme Tests
2530
- xctool test -project ./Selection\ Sort/Tests/Tests.xcodeproj -scheme Tests
2631
- xctool test -project ./Shell\ Sort/Tests/Tests.xcodeproj -scheme Tests
32+
- xctool test -project ./Shortest\ Path\ \(Unweighted\)/Tests/Tests.xcodeproj -scheme Tests
2733
- xctool test -project ./Single-Source\ Shortest\ Paths\ \(Weighted\)/SSSP.xcodeproj -scheme SSSPTests
2834
- xctool test -project ./Stack/Tests/Tests.xcodeproj -scheme Tests
35+
- xctool test -project ./Topological\ Sort/Tests/Tests.xcodeproj -scheme Tests
36+
- xctool test -project ./Treap/Treap/Treap.xcodeproj -scheme Tests

Counting Sort/Tests/Tests.xcodeproj/xcshareddata/xcschemes/Tests.xcscheme

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
55
<BuildAction
66
parallelizeBuildables = "YES"
77
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "NO"
13+
buildForArchiving = "NO"
14+
buildForAnalyzing = "NO">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "7B2BBC7F1C779D720067B71D"
18+
BuildableName = "Tests.xctest"
19+
BlueprintName = "Tests"
20+
ReferencedContainer = "container:Tests.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
824
</BuildAction>
925
<TestAction
1026
buildConfiguration = "Debug"
@@ -36,6 +52,15 @@
3652
debugDocumentVersioning = "YES"
3753
debugServiceExtension = "internal"
3854
allowLocationSimulation = "YES">
55+
<MacroExpansion>
56+
<BuildableReference
57+
BuildableIdentifier = "primary"
58+
BlueprintIdentifier = "7B2BBC7F1C779D720067B71D"
59+
BuildableName = "Tests.xctest"
60+
BlueprintName = "Tests"
61+
ReferencedContainer = "container:Tests.xcodeproj">
62+
</BuildableReference>
63+
</MacroExpansion>
3964
<AdditionalOptions>
4065
</AdditionalOptions>
4166
</LaunchAction>
@@ -45,6 +70,15 @@
4570
savedToolIdentifier = ""
4671
useCustomWorkingDirectory = "NO"
4772
debugDocumentVersioning = "YES">
73+
<MacroExpansion>
74+
<BuildableReference
75+
BuildableIdentifier = "primary"
76+
BlueprintIdentifier = "7B2BBC7F1C779D720067B71D"
77+
BuildableName = "Tests.xctest"
78+
BlueprintName = "Tests"
79+
ReferencedContainer = "container:Tests.xcodeproj">
80+
</BuildableReference>
81+
</MacroExpansion>
4882
</ProfileAction>
4983
<AnalyzeAction
5084
buildConfiguration = "Debug">

Graph/Graph.xcodeproj/xcshareddata/xcschemes/GraphTests.xcscheme

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
55
<BuildAction
66
parallelizeBuildables = "YES"
77
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "NO"
13+
buildForArchiving = "NO"
14+
buildForAnalyzing = "NO">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "49BFA3061CDF886B00522D66"
18+
BuildableName = "GraphTests.xctest"
19+
BlueprintName = "GraphTests"
20+
ReferencedContainer = "container:Graph.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
824
</BuildAction>
925
<TestAction
1026
buildConfiguration = "Debug"
@@ -36,6 +52,15 @@
3652
debugDocumentVersioning = "YES"
3753
debugServiceExtension = "internal"
3854
allowLocationSimulation = "YES">
55+
<MacroExpansion>
56+
<BuildableReference
57+
BuildableIdentifier = "primary"
58+
BlueprintIdentifier = "49BFA3061CDF886B00522D66"
59+
BuildableName = "GraphTests.xctest"
60+
BlueprintName = "GraphTests"
61+
ReferencedContainer = "container:Graph.xcodeproj">
62+
</BuildableReference>
63+
</MacroExpansion>
3964
<AdditionalOptions>
4065
</AdditionalOptions>
4166
</LaunchAction>
@@ -45,6 +70,15 @@
4570
savedToolIdentifier = ""
4671
useCustomWorkingDirectory = "NO"
4772
debugDocumentVersioning = "YES">
73+
<MacroExpansion>
74+
<BuildableReference
75+
BuildableIdentifier = "primary"
76+
BlueprintIdentifier = "49BFA3061CDF886B00522D66"
77+
BuildableName = "GraphTests.xctest"
78+
BlueprintName = "GraphTests"
79+
ReferencedContainer = "container:Graph.xcodeproj">
80+
</BuildableReference>
81+
</MacroExpansion>
4882
</ProfileAction>
4983
<AnalyzeAction
5084
buildConfiguration = "Debug">

Minimum Spanning Tree (Unweighted)/Tests/Tests.xcodeproj/xcshareddata/xcschemes/Tests.xcscheme

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
55
<BuildAction
66
parallelizeBuildables = "YES"
77
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "NO"
13+
buildForArchiving = "NO"
14+
buildForAnalyzing = "NO">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "7B2BBC7F1C779D720067B71D"
18+
BuildableName = "Tests.xctest"
19+
BlueprintName = "Tests"
20+
ReferencedContainer = "container:Tests.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
824
</BuildAction>
925
<TestAction
1026
buildConfiguration = "Debug"
@@ -36,6 +52,15 @@
3652
debugDocumentVersioning = "YES"
3753
debugServiceExtension = "internal"
3854
allowLocationSimulation = "YES">
55+
<MacroExpansion>
56+
<BuildableReference
57+
BuildableIdentifier = "primary"
58+
BlueprintIdentifier = "7B2BBC7F1C779D720067B71D"
59+
BuildableName = "Tests.xctest"
60+
BlueprintName = "Tests"
61+
ReferencedContainer = "container:Tests.xcodeproj">
62+
</BuildableReference>
63+
</MacroExpansion>
3964
<AdditionalOptions>
4065
</AdditionalOptions>
4166
</LaunchAction>
@@ -45,6 +70,15 @@
4570
savedToolIdentifier = ""
4671
useCustomWorkingDirectory = "NO"
4772
debugDocumentVersioning = "YES">
73+
<MacroExpansion>
74+
<BuildableReference
75+
BuildableIdentifier = "primary"
76+
BlueprintIdentifier = "7B2BBC7F1C779D720067B71D"
77+
BuildableName = "Tests.xctest"
78+
BlueprintName = "Tests"
79+
ReferencedContainer = "container:Tests.xcodeproj">
80+
</BuildableReference>
81+
</MacroExpansion>
4882
</ProfileAction>
4983
<AnalyzeAction
5084
buildConfiguration = "Debug">

Shortest Path (Unweighted)/Tests/Tests.xcodeproj/xcshareddata/xcschemes/Tests.xcscheme

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
55
<BuildAction
66
parallelizeBuildables = "YES"
77
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "NO"
13+
buildForArchiving = "NO"
14+
buildForAnalyzing = "NO">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "7B2BBC7F1C779D720067B71D"
18+
BuildableName = "Tests.xctest"
19+
BlueprintName = "Tests"
20+
ReferencedContainer = "container:Tests.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
824
</BuildAction>
925
<TestAction
1026
buildConfiguration = "Debug"
@@ -36,6 +52,15 @@
3652
debugDocumentVersioning = "YES"
3753
debugServiceExtension = "internal"
3854
allowLocationSimulation = "YES">
55+
<MacroExpansion>
56+
<BuildableReference
57+
BuildableIdentifier = "primary"
58+
BlueprintIdentifier = "7B2BBC7F1C779D720067B71D"
59+
BuildableName = "Tests.xctest"
60+
BlueprintName = "Tests"
61+
ReferencedContainer = "container:Tests.xcodeproj">
62+
</BuildableReference>
63+
</MacroExpansion>
3964
<AdditionalOptions>
4065
</AdditionalOptions>
4166
</LaunchAction>
@@ -45,6 +70,15 @@
4570
savedToolIdentifier = ""
4671
useCustomWorkingDirect 10000 ory = "NO"
4772
debugDocumentVersioning = "YES">
73+
<MacroExpansion>
74+
<BuildableReference
75+
BuildableIdentifier = "primary"
76+
BlueprintIdentifier = "7B2BBC7F1C779D720067B71D"
77+
BuildableName = "Tests.xctest"
78+
BlueprintName = "Tests"
79+
ReferencedContainer = "container:Tests.xcodeproj">
80+
</BuildableReference>
81+
</MacroExpansion>
4882
</ProfileAction>
4983
<AnalyzeAction
5084
buildConfiguration = "Debug">

Topological Sort/Tests/Tests.xcodeproj/xcshareddata/xcschemes/Tests.xcscheme

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
55
<BuildAction
66
parallelizeBuildables = "YES"
77
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "NO"
13+
buildForArchiving = "NO"
14+
buildForAnalyzing = "NO">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "7B2BBC7F1C779D720067B71D"
18+
BuildableName = "Tests.xctest"
19+
BlueprintName = "Tests"
20+
ReferencedContainer = "container:Tests.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
824
</BuildAction>
925
<TestAction
1026
buildConfiguration = "Debug"
@@ -36,6 +52,15 @@
3652
debugDocumentVersioning = "YES"
3753
debugServiceExtension = "internal"
3854
allowLocationSimulation = "YES">
55+
<MacroExpansion>
56+
<BuildableReference
57+
BuildableIdentifier = "primary"
58+
BlueprintIdentifier = "7B2BBC7F1C779D720067B71D"
59+
BuildableName = "Tests.xctest"
60+
BlueprintName = "Tests"
61+
ReferencedContainer = "container:Tests.xcodeproj">
62+
</BuildableReference>
63+
</MacroExpansion>
3964
<AdditionalOptions>
4065
</AdditionalOptions>
4166
</LaunchAction>
@@ -45,6 +70,15 @@
4570
savedToolIdentifier = ""
4671
useCustomWorkingDirectory = "NO"
4772
debugDocumentVersioning = "YES">
73+
<MacroExpansion>
74+
<BuildableReference
75+
BuildableIdentifier = "primary"
76+
BlueprintIdentifier = "7B2BBC7F1C779D720067B71D"
77+
BuildableName = "Tests.xctest"
78+
BlueprintName = "Tests"
79+
ReferencedContainer = "container:Tests.xcodeproj">
80+
</BuildableReference>
81+
</MacroExpansion>
4882
</ProfileAction>
4983
<AnalyzeAction
5084
buildConfiguration = "Debug">
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0730"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "NO"
13+
buildForArchiving = "NO"
14+
buildForAnalyzing = "NO">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "E1E34DD11C7670250023AF4D"
18+
BuildableName = "TreapTests.xctest"
19+
BlueprintName = "TreapTests"
20+
ReferencedContainer = "container:Treap.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
<TestableReference
32+
skipped = "NO">
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "E1E34DD11C7670250023AF4D"
36+
BuildableName = "TreapTests.xctest"
37+
BlueprintName = "TreapTests"
38+
ReferencedContainer = "container:Treap.xcodeproj">
39+
</BuildableReference>
40+
</TestableReference>
41+
</Testables>
42+
<AdditionalOptions>
43+
</AdditionalOptions>
44+
</TestAction>
45+
<LaunchAction
46+
buildConfiguration = "Debug"
47+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
48+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
49+
launchStyle = "0"
50+
useCustomWorkingDirectory = "NO"
51+
ignoresPersistentStateOnLaunch = "NO"
52+
debugDocumentVersioning = "YES"
53+
debugServiceExtension = "internal"
54+
allowLocationSimulation = "YES">
55+
<MacroExpansion>
56+
<BuildableReference
57+
BuildableIdentifier = "primary"
58+
BlueprintIdentifier = "E1E34DD11C7670250023AF4D"
59+
BuildableName = "TreapTests.xctest"
60+
BlueprintName = "TreapTests"
61+
ReferencedContainer = "container:Treap.xcodeproj">
62+
</BuildableReference>
63+
</MacroExpansion>
64+
<AdditionalOptions>
65+
</AdditionalOptions>
66+
</LaunchAction>
67+
<ProfileAction
68+
buildConfiguration = "Release"
69+
shouldUseLaunchSchemeArgsEnv = "YES"
70+
savedToolIdentifier = ""
71+
useCustomWorkingDirectory = "NO"
72+
debugDocumentVersioning = "YES">
73+
<MacroExpansion>
74+
<BuildableReference
75+
BuildableIdentifier = "primary"
76+
BlueprintIdentifier = "E1E34DD11C7670250023AF4D"
77+
BuildableName = "TreapTests.xctest"
78+
BlueprintName = "TreapTests"
79+
ReferencedContainer = "container:Treap.xcodeproj">
80+
</BuildableReference>
81+
</MacroExpansion>
82+
</ProfileAction>
83+
<AnalyzeAction
84+
buildConfiguration = "Debug">
85+
</AnalyzeAction>
86+
<ArchiveAction
87+
buildConfiguration = "Release"
88+
revealArchiveInOrganizer = "YES">
89+
</ArchiveAction>
90+
</Scheme>

0 commit comments

Comments
 (0)
0