Merge pull request #9683 from JosJuice/ppc-test-values

UnitTests: Put PowerPC test values in a separate file
This commit is contained in:
Léo Lam
2021-05-07 14:44:27 +02:00
committed by GitHub
6 changed files with 115 additions and 179 deletions

View File

@ -31,3 +31,7 @@ else()
PowerPC/DivUtilsTest.cpp
)
endif()
target_sources(PowerPCTest PRIVATE
PowerPC/TestValues.h
)