2014-08-02 06:23:52 +00:00
|
|
|
add_dolphin_test(MMIOTest MMIOTest.cpp)
|
2014-10-20 00:31:15 +00:00
|
|
|
add_dolphin_test(PageFaultTest PageFaultTest.cpp)
|
2016-09-02 10:11:08 +00:00
|
|
|
add_dolphin_test(CoreTimingTest CoreTimingTest.cpp)
|
2017-03-25 12:46:21 +00:00
|
|
|
|
2017-09-19 19:12:06 +00:00
|
|
|
add_dolphin_test(DSPAcceleratorTest DSP/DSPAcceleratorTest.cpp)
|
2017-05-20 00:36:04 +00:00
|
|
|
add_dolphin_test(DSPAssemblyTest
|
|
|
|
DSP/DSPAssemblyTest.cpp
|
|
|
|
DSP/DSPTestBinary.cpp
|
|
|
|
DSP/DSPTestText.cpp
|
|
|
|
DSP/HermesBinary.cpp
|
2017-09-19 19:12:06 +00:00
|
|
|
)
|
2017-05-20 00:36:04 +00:00
|
|
|
|
2017-03-25 12:46:21 +00:00
|
|
|
add_dolphin_test(ESFormatsTest IOS/ES/FormatsTest.cpp IOS/ES/TestBinaryData.cpp)
|
2018-04-13 22:19:44 +00:00
|
|
|
|
|
|
|
add_dolphin_test(FileSystemTest IOS/FS/FileSystemTest.cpp)
|