UnitTets: Add tests for frsqrte

This commit is contained in:
MerryMage
2018-09-23 20:10:11 +01:00
parent a1db82a72e
commit 826bcad3a5
2 changed files with 105 additions and 0 deletions

View File

@ -13,3 +13,7 @@ add_dolphin_test(DSPAssemblyTest
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)
endif()