tree: bf4d1be3b90f4612859818e4a59906b9e4d47222 [path history] [tgz]
  1. argparse/
  2. tests/
  3. __init__.py
  4. defaults.py
  5. driver_arguments.py
  6. migration.py
  7. presets.py
  8. README.md
utils/build_swift/README.md

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/ -t utils/