dolphin/Source/UnitTests
JosJuice 9594ce871d UnitTests: Remove MSBuild input/output tracking
Input/output tracking is intended to speed up incremental builds by
skipping a target when it doesn't need to be built. However, this seems
to be unreliable for UnitTests' AfterBuild target. Let's remove it.

It's still the case that UnitTests' AfterBuild target will be skipped if
UnitTests doesn't need to be rebuilt. (Note that UnitTests always needs
to be rebuilt if SCMRevGen changed.)

I haven't seen these problems with DolphinQt's rather similar
input/output tracking. This may be because DolphinQt's one also has the
exe file as an input/output.
2024-08-17 15:59:45 +02:00
..
Common Add some unit tests for the `Rectangle` class 2024-06-09 16:28:35 -07:00
Core Use 'contains' method 2024-08-15 14:20:16 -07:00
VideoCommon Merge pull request #13015 from tygyh/Use-boolean-literals 2024-08-16 20:04:45 +01:00
CMakeLists.txt UnitTests: Delete output Sys folder before copying to it 2024-08-16 21:09:10 +02:00
StubHost.cpp TAS Input: Enable hotkeys and controller input when Input has focus 2024-05-31 15:14:44 -07:00
UnitTests.vcxproj UnitTests: Remove MSBuild input/output tracking 2024-08-17 15:59:45 +02:00
UnitTests.vcxproj.user msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
UnitTestsMain.cpp Core: Assert that only the Host thread may call PauseAndLock(). 2023-06-02 18:51:43 +02:00