tree: a18c1eec5f836f76e0a5365ad3aa343089eec3b1 [path history] [tgz]
  1. argparse/
  2. tests/
  3. __init__.py
  4. defaults.py
  5. driver_arguments.py
  6. 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/