mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 20:56:25 +00:00
Add more tests for Common and Core/MMIO
This commit is contained in:
parent
2e70ff2441
commit
aabd524142
7 changed files with 240 additions and 0 deletions
4
Source/UnitTests/Common/CMakeLists.txt
Normal file
4
Source/UnitTests/Common/CMakeLists.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
add_dolphin_test(CommonFuncsTest CommonFuncsTest.cpp common)
|
||||
add_dolphin_test(FifoQueueTest FifoQueueTest.cpp common)
|
||||
add_dolphin_test(FixedSizeQueueTest FixedSizeQueueTest.cpp common)
|
||||
add_dolphin_test(MathUtilTest MathUtilTest.cpp common)
|
Loading…
Add table
Add a link
Reference in a new issue