1This is the Xcode/Mac OS X version of libffi.
2
3It has an Xcode project that builds libffi as a statically linkable library.
4
5The unit tests assume said library has been built and installed.  For now, there is no "in place" unit tests.
6
7To run the unit tests, invoke:
8
9    python ./tests/run-tests.py
10    
11You must be within the libffi directory when you do this.  The whole thing is horribly sensitive to path related issues.  At some point, the unit tests will be re-worked to be properly invoked from Xcode.
12
13Note that this is the libffi source with files renamed to be Xcode build friendly.  As well, all non-MacOSX related build stuff is stripped.