Merge: Objective-C FFI with basic wrapper for the Cocoa, AppKit and Foundation kits...
authorJean Privat <jean@pryen.org>
Fri, 12 Dec 2014 01:13:40 +0000 (20:13 -0500)
committerJean Privat <jean@pryen.org>
Fri, 12 Dec 2014 01:13:40 +0000 (20:13 -0500)
commit1d5280499a276de62385a25c8a9b8ecd68dcc428
tree29543b3d3a06d5ab6b5a3a7adc95e6d5fedabf32
parent8bd95517ec64090da1356ee1a88af82a9ccf2847
parentf58c940908fc82ee0fbfebe5bfe86b078ff6b883
Merge: Objective-C FFI with basic wrapper for the Cocoa, AppKit and Foundation kits/frameworks

Notes:
* Tweaks to `tests.sh` enables testing some programs on OS X only.
* This is the foundation for more PRs.
* Most cocoa tests are UNDEFINED because they use log. I'll add more tests with simple strings in the future.
* More tests for the FFI are needed.

Pull-Request: #986
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>