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-05-20 00:36:04 +00:00
|
|
|
add_dolphin_test(DSPAssemblyTest
|
|
|
|
DSP/DSPAssemblyTest.cpp
|
|
|
|
DSP/DSPTestBinary.cpp
|
|
|
|
DSP/DSPTestText.cpp
|
|
|
|
DSP/HermesBinary.cpp
|
|
|
|
)
|
|
|
|
|
2017-03-25 12:46:21 +00:00
|
|
|
add_dolphin_test(ESFormatsTest IOS/ES/FormatsTest.cpp IOS/ES/TestBinaryData.cpp)
|