dolphin/Source/UnitTests/Common
Lioncash c4fb07f428 Common, DSP: Only compile in x86-64 emitter related utilities on x86 platforms
Previously these were required to be built into the executable so that
the JIT portion of the DSP code would build properly, as the
x86-64-specifics were tightly coupled to the DSP common code. As this is
no longer the case, this is no longer necessary.
2018-06-21 06:53:31 -04:00
..
Crypto IOSC: Implement VerifyPublicKeySign for ECC 2018-05-20 20:04:53 +02:00
BitFieldTest.cpp
BitSetTest.cpp
BitUtilsTest.cpp UnitTests: Fix MSVC compilation 2018-06-12 15:28:59 +02:00
BlockingLoopTest.cpp
BusyLoopTest.cpp
CMakeLists.txt Common, DSP: Only compile in x86-64 emitter related utilities on x86 platforms 2018-06-21 06:53:31 -04:00
CommonFuncsTest.cpp
EventTest.cpp
FixedSizeQueueTest.cpp
FlagTest.cpp
FloatUtilsTest.cpp
MathUtilTest.cpp UnitTests: Fix MSVC compilation 2018-06-12 15:28:59 +02:00
NandPathsTest.cpp
SPSCQueueTest.cpp
StringUtilTest.cpp UnitTest: Add StringUtil ToString/TryParse test 2018-06-03 23:12:32 +02:00
SwapTest.cpp
x64EmitterTest.cpp