Skip to content

Commit

Permalink
Tests on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Obbut committed Sep 1, 2016
1 parent 95a7cb8 commit be503fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/LinuxMain.swift
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#if os(Linux)

import XCTest
@testable import BSONTestSuite
@testable import BSONTests

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

#endif
#endif

0 comments on commit be503fd

Please sign in to comment.