Add more tests for Common and Core/MMIO

This commit is contained in:
Pierre Bourdon
2014-03-09 14:27:04 +01:00
parent 2e70ff2441
commit aabd524142
7 changed files with 240 additions and 0 deletions

View 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)