fitzgen / mach

A rust interface to the Mach 3.0 kernel that underlies OSX.
https://docs.rs/mach
Other
81 stars 28 forks source link

Test more apple targets #18

Closed gnzlbg closed 6 years ago

gnzlbg commented 6 years ago

Currently only x86_64-apple-darwin is tested. We should also test:

The libc crate does this with a test runner that runs the tests in xcode ios simulator, but https://github.com/snipsco/dinghy should be able to do this as well.

fitzgen commented 6 years ago

This would be great.