Add projects

This commit is contained in:
Ivan Vorobei
2019-06-07 09:04:22 +03:00
parent bbb48dbce9
commit fffd52a399
16 changed files with 1923 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
import XCTest
import SplitViewTests
var tests = [XCTestCaseEntry]()
tests += SplitViewTests.allTests()
XCTMain(tests)