Skip to content

Commit 5a564c5

Browse files
committed
Merge pull request #70 from briancroom/xctest_checker-readme
Add a README for the xctest_checker tool in the functional test suite
2 parents fd67e2f + 1a8a8e8 commit 5a564c5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# xctest_checker
2+
3+
This tool is invoked by the swift-corelibs-xctest functional tests when they use the `{xctest_checker}` lit substitution. For more usage details, execute it from this directory using:
4+
5+
```sh
6+
./xctest_checker.py -h
7+
```
8+
9+
It includes unit tests which can be run with the following command in this directory:
10+
11+
```sh
12+
python -m unittest discover
13+
```

0 commit comments

Comments
 (0)