Request
Provide, and clearly document an easy way to run yoga's test suite on Apple Silicon macs.
Context
- Apple Silicon macs are a popular platform. Especially for mobile developers who make up much of Yoga's audience.
- It is very difficult to work with and/or contribute to Yoga without being able to run the tests.
- This will likely require bypassing Buck as Buck does not currently run on Apple Silicon macs. The testing setup is based on gtest, so it should relatively straightforward to set it up so that it works in standalone manner. Unfortunately I lack the experience with the C/C++ build tool ecosystem to do this myself.
Alternatives