Adds RxMutableBox to Source AllTests.

This commit is contained in:
Krunoslav Zaher 2015-12-26 04:57:55 +01:00
parent 22b9de44c0
commit aa89d2f7d4
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
../../RxSwift/RxMutableBox.swift

View File

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