Skip to content

Commit

Permalink
add new test to Linux target
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaches committed Feb 6, 2017
1 parent a1ef104 commit 8b96488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Tests/BSONTests/BSONPublicTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ final class BSONPublicTests: XCTestCase {
("testValidation", testValidation),
("testSubscripting", testSubscripting),
("testObjectId", testObjectId),
("testObjectIdString", testObjectIdString),
("testObjectIdHash", testObjectIdHash ),
("testExtendedJSON", testExtendedJSON),
("testDocumentIndexes", testDocumentIndexes),
("testComparison", testComparison),
Expand Down
4 changes: 0 additions & 4 deletions Tests/LinuxMain.swift
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#if os(Linux)

import XCTest
@testable import BSONTests

XCTMain([testCase(BSONInternalTests.allTests),
testCase(BSONPublicTests.allTests)])

#endif

0 comments on commit 8b96488

Please sign in to comment.