You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ XCTest can be built as part of the overall Swift package. When following [the in
30
30
swift/utils/build-script --xctest
31
31
```
32
32
33
-
If you want to build just XCTest, use the `build_xctest.py` script at the root of the project. The `master` version of XCTest must be built with the `master` version of Swift.
33
+
If you want to build just XCTest, use the `build_script.py` script at the root of the project. The `master` version of XCTest must be built with the `master` version of Swift.
34
34
35
35
If your install of swift is located at `/swift` and you wish to install XCTest into that same location, here is a sample invocation of the build script:
0 commit comments