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