mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-11-24 10:23:21 +00:00
We currently have 32 different binaries containing unit tests. At least when I build for Android, each one takes up over 200 MiB, and linking them all increases my incremental build times by over a minute. I'd like to change this for the sake of my productivity and disk space. For reference, MSBuild is already putting all tests in a single binary. |
||
|---|---|---|
| .. | ||
| Common | ||
| Core | ||
| VideoCommon | ||
| CMakeLists.txt | ||
| StubHost.cpp | ||
| UnitTests.vcxproj | ||
| UnitTests.vcxproj.user | ||
| UnitTestsMain.cpp | ||