Skip to content

Commit

Permalink
add tests to LinuxMain
Browse files Browse the repository at this point in the history
  • Loading branch information
quanvo87 committed Jun 26, 2018
1 parent b0c2a4c commit dbce8d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/LinuxMain.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ XCTMain([
testCase(TestDataSender.allTests.shuffled()),
testCase(TestMailSender.allTests.shuffled()),
testCase(TestMiscellaneous.allTests.shuffled()),
testCase(TestSMTPSocket.allTests.shuffled())].shuffled())
testCase(TestSMTPSocket.allTests.shuffled()),
testCase(TestTLSMode.allTests.shuffled())].shuffled())

0 comments on commit dbce8d5

Please sign in to comment.