Skip to content

Commit 9161088

Browse files
committed
Add xcode test plan
1 parent a73c018 commit 9161088

3 files changed

Lines changed: 40 additions & 1 deletion

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"configurations" : [
3+
{
4+
"id" : "891498E4-2C62-4A7B-8E1D-30C28A538CA8",
5+
"name" : "Default Configuration",
6+
"options" : {
7+
8+
}
9+
}
10+
],
11+
"defaultOptions" : {
12+
"codeCoverage" : false,
13+
"targetForVariableExpansion" : {
14+
"containerPath" : "container:BitByteData.xcodeproj",
15+
"identifier" : "06F0656B1FFAEA4B00312A82",
16+
"name" : "BitByteData"
17+
},
18+
"testExecutionOrdering" : "random"
19+
},
20+
"testTargets" : [
21+
{
22+
"parallelizable" : true,
23+
"target" : {
24+
"containerPath" : "container:BitByteData.xcodeproj",
25+
"identifier" : "06F065801FFAEAA000312A82",
26+
"name" : "TestBitByteData"
27+
}
28+
}
29+
],
30+
"version" : 1
31+
}

BitByteData.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
06F065811FFAEAA000312A82 /* TestBitByteData.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TestBitByteData.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
8888
E608AB15253740C60036626D /* TestHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestHelper.swift; sourceTree = "<group>"; };
8989
E6425641267FA97E002D75D8 /* SignedNumberRepresentationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignedNumberRepresentationTests.swift; sourceTree = "<group>"; };
90+
E6C168EA28DF190200E7345D /* BitByteData.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; name = BitByteData.xctestplan; path = BitByteData.xcodeproj/BitByteData.xctestplan; sourceTree = "<group>"; };
9091
/* End PBXFileReference section */
9192

9293
/* Begin PBXFrameworksBuildPhase section */
@@ -129,6 +130,7 @@
129130
children = (
130131
06F065561FFAEA1F00312A82 /* Sources */,
131132
06F0655F1FFAEA1F00312A82 /* Tests */,
133+
E6C168EA28DF190200E7345D /* BitByteData.xctestplan */,
132134
06F0656D1FFAEA4B00312A82 /* Products */,
133135
);
134136
sourceTree = "<group>";

BitByteData.xcodeproj/xcshareddata/xcschemes/BitByteData.xcscheme

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
33
LastUpgradeVersion = "1400"
4-
version = "1.3">
4+
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "YES"
77
buildImplicitDependencies = "YES">
@@ -36,6 +36,12 @@
3636
ReferencedContainer = "container:BitByteData.xcodeproj">
3737
</BuildableReference>
3838
</MacroExpansion>
39+
<TestPlans>
40+
<TestPlanReference
41+
reference = "container:BitByteData.xcodeproj/BitByteData.xctestplan"
42+
default = "YES">
43+
</TestPlanReference>
44+
</TestPlans>
3945
<Testables>
4046
<TestableReference
4147
skipped = "NO"

0 commit comments

Comments
 (0)