@@ -70,41 +70,41 @@ class MiscellaneousTestCase: XCTestCase {
70
70
}
71
71
}
72
72
73
- func testTestDependenciesSimple( ) {
74
- #if false
75
- //FIXME disabled pending no more magic
76
- fixture ( name: " TestDependencies/Simple " ) { prefix in
77
- XCTAssertBuilds ( prefix, " App " )
78
- XCTAssertDirectoryExists ( prefix, " App/Packages/TestingLib-1.2.3 " )
79
- XCTAssertFileExists ( prefix, " App/.build/debug/Foo.swiftmodule " )
80
- XCTAssertFileExists ( prefix, " App/.build/debug/TestingLib.swiftmodule " )
81
- }
82
- #endif
83
- }
84
-
85
- func testTestDependenciesComplex( ) {
86
- #if false
87
- //FIXME disabled pending no more magic
88
-
89
- // verifies that testDependencies of dependencies are not fetched or built
90
-
91
- fixture ( name: " TestDependencies/Complex " ) { prefix in
92
- XCTAssertBuilds ( prefix, " App " )
93
-
94
- XCTAssertDirectoryExists ( prefix, " App/Packages/TestingLib-1.2.3 " )
95
- XCTAssertDirectoryExists ( prefix, " App/Packages/Foo-1.2.3 " )
96
-
97
- XCTAssertFileExists ( prefix, " App/.build/debug/App " )
98
- XCTAssertFileExists ( prefix, " App/.build/debug/Foo.swiftmodule " )
99
- XCTAssertFileExists ( prefix, " App/.build/debug/TestingLib.swiftmodule " )
100
-
101
- XCTAssertNoSuchPath ( prefix, " App/Packages/PrivateFooLib-1.2.3 " )
102
- XCTAssertNoSuchPath ( prefix, " App/Packages/TestingFooLib-1.2.3 " )
103
- XCTAssertNoSuchPath ( prefix, " App/.build/debug/PrivateFooLib.swiftmodule " )
104
- XCTAssertNoSuchPath ( prefix, " App/.build/debug/TestingFooLib.swiftmodule " )
105
- }
106
- #endif
107
- }
73
+ // func testTestDependenciesSimple() {
74
+ // #if false
75
+ // //FIXME disabled pending no more magic
76
+ // fixture(name: "TestDependencies/Simple") { prefix in
77
+ // XCTAssertBuilds(prefix, "App")
78
+ // XCTAssertDirectoryExists(prefix, "App/Packages/TestingLib-1.2.3")
79
+ // XCTAssertFileExists(prefix, "App/.build/debug/Foo.swiftmodule")
80
+ // XCTAssertFileExists(prefix, "App/.build/debug/TestingLib.swiftmodule")
81
+ // }
82
+ // #endif
83
+ // }
84
+
85
+ // func testTestDependenciesComplex() {
86
+ // #if false
87
+ // //FIXME disabled pending no more magic
88
+
89
+ // // verifies that testDependencies of dependencies are not fetched or built
90
+
91
+ // fixture(name: "TestDependencies/Complex") { prefix in
92
+ // XCTAssertBuilds(prefix, "App")
93
+
94
+ // XCTAssertDirectoryExists(prefix, "App/Packages/TestingLib-1.2.3")
95
+ // XCTAssertDirectoryExists(prefix, "App/Packages/Foo-1.2.3")
96
+
97
+ // XCTAssertFileExists(prefix, "App/.build/debug/App")
98
+ // XCTAssertFileExists(prefix, "App/.build/debug/Foo.swiftmodule")
99
+ // XCTAssertFileExists(prefix, "App/.build/debug/TestingLib.swiftmodule")
100
+
101
+ // XCTAssertNoSuchPath(prefix, "App/Packages/PrivateFooLib-1.2.3")
102
+ // XCTAssertNoSuchPath(prefix, "App/Packages/TestingFooLib-1.2.3")
103
+ // XCTAssertNoSuchPath(prefix, "App/.build/debug/PrivateFooLib.swiftmodule")
104
+ // XCTAssertNoSuchPath(prefix, "App/.build/debug/TestingFooLib.swiftmodule")
105
+ // }
106
+ // #endif
107
+ // }
108
108
109
109
110
110
func testPassExactDependenciesToBuildCommand( ) {
0 commit comments