Skip to content

Commit c6bdf43

Browse files
committed
Merge branch 'development'
* development: more test restructuring Restructure tests Add test for #829
2 parents 102251b + 45955ae commit c6bdf43

File tree

12 files changed

+111
-102
lines changed

12 files changed

+111
-102
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ script:
1515
- xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build test -quiet
1616
# - xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build-for-testing -quiet
1717
# - xctool -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac run-tests --parallelize
18-
- swift build
18+
- swift test

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ let package = Package(
1111
.package(url: "https://github.com/daltoniam/Starscream", .upToNextMajor(from: "2.1.1")),
1212
],
1313
targets: [
14-
.target(name: "SocketIO", dependencies: ["Starscream"])
14+
.target(name: "SocketIO", dependencies: ["Starscream"]),
15+
.testTarget(name: "TestSocketIO", dependencies: ["SocketIO"]),
1516
]
1617
)

Socket.IO-Client-Swift.xcodeproj/project.pbxproj

Lines changed: 90 additions & 76 deletions
Large diffs are not rendered by default.

SocketIO-MacTests/Info.plist

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)