UnitTests: Add MOVI2R test

This commit is contained in:
MerryMage
2021-01-03 19:49:22 +00:00
parent f65c1df094
commit fe9207bb56
2 changed files with 99 additions and 0 deletions

View File

@ -19,4 +19,8 @@ if(_M_X86)
PowerPC/Jit64Common/ConvertDoubleToSingle.cpp
PowerPC/Jit64Common/Frsqrte.cpp
)
elseif(_M_ARM_64)
add_dolphin_test(PowerPCTest
PowerPC/JitArm64/MovI2R.cpp
)
endif()