2014-08-02 06:23:52 +00:00
|
|
|
add_dolphin_test(MMIOTest MMIOTest.cpp)
|
2014-10-20 00:31:15 +00:00
|
|
|
add_dolphin_test(PageFaultTest PageFaultTest.cpp)
|
2016-09-02 10:11:08 +00:00
|
|
|
add_dolphin_test(CoreTimingTest CoreTimingTest.cpp)
|
2017-03-25 12:46:21 +00:00
|
|
|
|
2017-09-19 19:12:06 +00:00
|
|
|
add_dolphin_test(DSPAcceleratorTest DSP/DSPAcceleratorTest.cpp)
|
2017-05-20 00:36:04 +00:00
|
|
|
add_dolphin_test(DSPAssemblyTest
|
|
|
|
DSP/DSPAssemblyTest.cpp
|
|
|
|
DSP/DSPTestBinary.cpp
|
|
|
|
DSP/DSPTestText.cpp
|
|
|
|
DSP/HermesBinary.cpp
|
2022-06-14 00:03:19 +00:00
|
|
|
DSP/HermesText.cpp
|
2017-09-19 19:12:06 +00:00
|
|
|
)
|
2017-05-20 00:36:04 +00:00
|
|
|
|
2020-08-16 21:28:49 +00:00
|
|
|
add_dolphin_test(ESFormatsTest IOS/ES/FormatsTest.cpp)
|
2018-04-13 22:19:44 +00:00
|
|
|
|
|
|
|
add_dolphin_test(FileSystemTest IOS/FS/FileSystemTest.cpp)
|
2018-09-23 19:10:11 +00:00
|
|
|
|
|
|
|
if(_M_X86)
|
2019-05-25 21:43:04 +00:00
|
|
|
add_dolphin_test(PowerPCTest
|
2021-05-02 16:03:29 +00:00
|
|
|
PowerPC/DivUtilsTest.cpp
|
2019-05-25 21:43:04 +00:00
|
|
|
PowerPC/Jit64Common/ConvertDoubleToSingle.cpp
|
|
|
|
PowerPC/Jit64Common/Frsqrte.cpp
|
|
|
|
)
|
2021-01-03 19:49:22 +00:00
|
|
|
elseif(_M_ARM_64)
|
|
|
|
add_dolphin_test(PowerPCTest
|
2021-05-02 16:03:29 +00:00
|
|
|
PowerPC/DivUtilsTest.cpp
|
2021-02-13 11:38:20 +00:00
|
|
|
PowerPC/JitArm64/ConvertSingleDouble.cpp
|
2021-04-10 19:24:44 +00:00
|
|
|
PowerPC/JitArm64/FPRF.cpp
|
2021-05-02 20:12:00 +00:00
|
|
|
PowerPC/JitArm64/Fres.cpp
|
2021-05-05 19:10:48 +00:00
|
|
|
PowerPC/JitArm64/Frsqrte.cpp
|
2021-01-03 19:49:22 +00:00
|
|
|
PowerPC/JitArm64/MovI2R.cpp
|
|
|
|
)
|
2021-05-02 16:03:29 +00:00
|
|
|
else()
|
|
|
|
add_dolphin_test(PowerPCTest
|
|
|
|
PowerPC/DivUtilsTest.cpp
|
|
|
|
)
|
2018-09-23 19:10:11 +00:00
|
|
|
endif()
|
2021-05-02 15:14:06 +00:00
|
|
|
|
|
|
|
target_sources(PowerPCTest PRIVATE
|
|
|
|
PowerPC/TestValues.h
|
|
|
|
)
|