2014-08-01 23:23:52 -07:00
|
|
|
add_dolphin_test(MMIOTest MMIOTest.cpp)
|
2014-10-19 20:31:15 -04:00
|
|
|
add_dolphin_test(PageFaultTest PageFaultTest.cpp)
|
2016-09-02 10:11:08 +00:00
|
|
|
add_dolphin_test(CoreTimingTest CoreTimingTest.cpp)
|
2017-03-25 13:46:21 +01:00
|
|
|
|
2017-09-19 21:12:06 +02:00
|
|
|
add_dolphin_test(DSPAcceleratorTest DSP/DSPAcceleratorTest.cpp)
|
2017-05-19 17:36:04 -07:00
|
|
|
add_dolphin_test(DSPAssemblyTest
|
|
|
|
DSP/DSPAssemblyTest.cpp
|
|
|
|
DSP/DSPTestBinary.cpp
|
|
|
|
DSP/DSPTestText.cpp
|
|
|
|
DSP/HermesBinary.cpp
|
2017-09-19 21:12:06 +02:00
|
|
|
)
|
2017-05-19 17:36:04 -07:00
|
|
|
|
2017-03-25 13:46:21 +01:00
|
|
|
add_dolphin_test(ESFormatsTest IOS/ES/FormatsTest.cpp IOS/ES/TestBinaryData.cpp)
|
2018-04-14 00:19:44 +02:00
|
|
|
|
|
|
|
add_dolphin_test(FileSystemTest IOS/FS/FileSystemTest.cpp)
|
2018-09-23 20:10:11 +01:00
|
|
|
|
|
|
|
if(_M_X86)
|
|
|
|
add_dolphin_test(PowerPCTest PowerPC/Jit64Common/Frsqrte.cpp)
|
|
|
|
endif()
|