Adds RxMutableBox to Source AllTests.
This commit is contained in:
parent
22b9de44c0
commit
aa89d2f7d4
|
|
@ -0,0 +1 @@
|
|||
../../RxSwift/RxMutableBox.swift
|
||||
|
|
@ -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")
|
||||
Loading…
Reference in New Issue