Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apple M1: Add support for running unit tests on universal builds #9830

Merged
merged 2 commits into from Jun 23, 2021

Conversation

skylersaleh
Copy link
Contributor

This change adds support for unit testing to the universal binary build script through a new --run_unit_tests command line option. When this is specified, unit testing is performed for both the x86 and ARM64 slices that are built.

It also fixes the PowerPC unit tests that were segfaulting on M1 silicon because they were not wrapping their code gen for W^X execution.

@leoetlino leoetlino merged commit cf26846 into dolphin-emu:master Jun 23, 2021
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants