mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
UnitTests: Put PowerPC test values in a separate file
We use more or less the same values for all PowerPC float unit tests. Let's put them in one place instead of duplicating them.
This commit is contained in:
@ -25,3 +25,7 @@ elseif(_M_ARM_64)
|
||||
PowerPC/JitArm64/MovI2R.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
target_sources(PowerPCTest PRIVATE
|
||||
PowerPC/TestValues.h
|
||||
)
|
||||
|
Reference in New Issue
Block a user