Returns XCTest+Rx to RxTests target.

This commit is contained in:
Krunoslav Zaher 2015-12-27 02:25:21 +01:00
parent 37d1cb8db0
commit 65ba8df6d8
2 changed files with 2 additions and 2 deletions

View File

@ -188,8 +188,8 @@ try packageRelativePath(["RxSwift"], targetDirName: "RxSwift")
//try packageRelativePath(["RxCocoa/Common", "RxCocoa/OSX", "RxCocoa/RxCocoa.h"], targetDirName: "RxCocoa")
try packageRelativePath(["RxCocoa/RxCocoa.h"], targetDirName: "RxCocoa")
try packageRelativePath(["RxBlocking"], targetDirName: "RxBlocking")
try packageRelativePath(["RxTests"], targetDirName: "RxTests", excluded: ["XCTest+Rx.swift"])
try packageRelativePath(["RxTests"], targetDirName: "RxTests")
// It doesn't work under `Tests` subpath ¯\_()_/¯
try packageRelativePath(["RxSwift/RxMutableBox.swift", "Tests/RxTest.swift", "Tests/Tests", "Tests/RxSwiftTests", "RxTests/XCTest+Rx.swift"], targetDirName: "AllTests")
try packageRelativePath(["RxSwift/RxMutableBox.swift", "Tests/RxTest.swift", "Tests/Tests", "Tests/RxSwiftTests"], targetDirName: "AllTests")
try buildAllTestsTarget("Sources/AllTests")