mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
UnitTets: Add tests for frsqrte
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user