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