UnitTests/Jit64Common: Test GenConvertDoubleToSingle

This commit is contained in:
MerryMage
2019-05-25 22:43:04 +01:00
parent c4799e5977
commit ec8d57d882
3 changed files with 123 additions and 1 deletions

View File

@ -15,5 +15,8 @@ add_dolphin_test(ESFormatsTest IOS/ES/FormatsTest.cpp IOS/ES/TestBinaryData.cpp)
add_dolphin_test(FileSystemTest IOS/FS/FileSystemTest.cpp)
if(_M_X86)
add_dolphin_test(PowerPCTest PowerPC/Jit64Common/Frsqrte.cpp)
add_dolphin_test(PowerPCTest
PowerPC/Jit64Common/ConvertDoubleToSingle.cpp
PowerPC/Jit64Common/Frsqrte.cpp
)
endif()