tree: 9902e56bf331b687d426bc60608bdc702cbe23ef [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/