mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
On both macOS and Linux `python` is not symlinked to `python3` by default. To avoid confusion, we should update our documentation that instructs users to run scripts with `python` to use `python3` instead.
13 lines
230 B
Markdown
13 lines
230 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
|
|
$ python3 utils/build_swift/run_tests.py
|
|
```
|