mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 09:39:46 -06:00
Core/DSPCore: Changed g_dsp._r back to g_dsp.r. Removed the check*Exclude
functions accidentally added. Fixed the jitted ar register arithmetic. Added a CMakeList.txt for the UnitTests, but did not add the subdirectory to Source/CMakeLists.txt. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6687 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
10
Source/UnitTests/CMakeLists.txt
Normal file
10
Source/UnitTests/CMakeLists.txt
Normal file
@ -0,0 +1,10 @@
|
||||
set(LIBS dspcore
|
||||
common)
|
||||
|
||||
set(SRCS AudioJitTests.cpp
|
||||
DSPJitTester.cpp
|
||||
UnitTests.cpp)
|
||||
|
||||
add_executable(tester ${SRCS})
|
||||
target_link_libraries(tester ${LIBS})
|
||||
#install(TARGETS ${EXEGUI} RUNTIME DESTINATION ${bindir})
|
Reference in New Issue
Block a user