mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Having the test directory match the module we are testing means we can have scripts in the top level of utils/build_swift which can also have tests. As part of this re-structure the test utilties have been simplified somewhat and all tests no longer use a custom TestCase, rather the standard one exposed by the unittest module.
13 lines
229 B
Markdown
13 lines
229 B
Markdown
# build_swift
|
|
|
|
The `build_swift` module contains data-structures and functions used by
|
|
the Swift build-script.
|
|
|
|
## Unit Tests
|
|
|
|
You may run the unit test suite using the command:
|
|
|
|
```sh
|
|
$ python utils/build_swift/run_tests.py
|
|
```
|