Skip to content

Commit beaf718

Browse files
committed
Small clarification on Getting Started
1 parent cb58a5f commit beaf718

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Docs/GettingStarted.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,14 @@ swift-corelibs-foundation swift-corelibs-xctest
2121
%
2222
```
2323

24-
Build steps:
24+
Build and test steps:
2525

2626
0. Run Xcode with the latest toolchain. Follow [the instructions here](https://swift.org/download/#apple-platforms) to start Xcode with the correct toolchain.
2727
0. Open `Foundation.xcworkspace`.
2828
0. Build the _Foundation_ target. This builds CoreFoundation and Foundation.
29+
0. Run (Cmd-R) the _TestFoundation_ target. This builds CoreFoundation, Foundation, XCTest, and TestFoundation, then runs the tests.
2930

30-
Testing steps:
31-
32-
0. Open `Foundation.xcworkspace`.
33-
0. Run (Cmd-R) the _TestFoundation_ target. This builds CoreFoundation, Foundation, XCTest, and TestFoundation.
31+
> Note: If you see the name of the XCTest project file in red in the workspace, then Xcode cannot find the cloned XCTest repository. Make sure that it is located next to the `swift-corelibs-foundation` directory and has the name `swift-corelibs-xctest`.
3432
3533
## On Linux
3634

0 commit comments

Comments
 (0)