mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
* Moved argument-defaults logic that should be determined outside the actual parser back into the build-script. This logic will be relocated again at a later date to a more suitable module with testing. * Moved test-paths argument default logic into build-script until it can find a better home in the future. * Removed old default value for stdlib_deployment_targets from the expected options.
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:
$ python -m unittest discover -s utils/build_swift