Skip to content

Commit

Permalink
Add Linux test
Browse files Browse the repository at this point in the history
Motivation:

Honestly? Zero. Even the dox for that are wrong.

Modifications:

Ran `ruby scripts/generate_linux_tests.rb`

Result:

Test will also run on Linux.
  • Loading branch information
helje5 committed Mar 8, 2018
1 parent f77772c commit b2920b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/NIOTests/SocketAddressTest+XCTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ extension SocketAddressTest {
static var allTests : [(String, (SocketAddressTest) -> () throws -> Void)] {
return [
("testDescriptionWorks", testDescriptionWorks),
("testIn6AddrDescriptionWorks", testIn6AddrDescriptionWorks),
("testCanCreateIPv4AddressFromString", testCanCreateIPv4AddressFromString),
("testCanCreateIPv6AddressFromString", testCanCreateIPv6AddressFromString),
("testRejectsNonIPStrings", testRejectsNonIPStrings),
Expand Down

0 comments on commit b2920b6

Please sign in to comment.