Skip to content

Commit 50d3823

Browse files
committed
Merge pull request #63 from modocache/xctestexpectation-workspace-migration
Preemptively add XCTest.xcworkspace [AsyncXCTest 2/6]
2 parents 824862a + a24d5fc commit 50d3823

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.DS_Store
22
xcuserdata
3+
*.xcscmblueprint
34
.build/
45
Output/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ To run the tests on Linux, use the `--test` option:
4848
./build_script.py --swiftc="/swift/usr/bin/swiftc" --test
4949
```
5050

51-
To run the tests on OS X, build and run the `SwiftXCTestFunctionalTests` target in the Xcode project. You may also run them via the command line:
51+
To run the tests on OS X, build and run the `SwiftXCTestFunctionalTests` target in the Xcode workspace. You may also run them via the command line:
5252

5353
```
54-
xcodebuild -project XCTest.xcodeproj -scheme SwiftXCTestFunctionalTests
54+
xcodebuild -workspace XCTest.xcworkspace -scheme SwiftXCTestFunctionalTests
5555
```
5656

5757
You may add tests for XCTest by including them in the `Tests/Functional/` directory. For an example, see `Tests/Functional/SingleFailingTestCase`.

XCTest.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)