unknownbrackets / ps2autotests

A set of test programs run on a PS2, with accompanying results.
ISC License
25 stars 7 forks source link

VIF tests running on both units #28

Closed jpd002 closed 8 years ago

jpd002 commented 8 years ago

As mentioned previously, I wanted to be able to execute VIF tests on both units to maximize coverage. To be able to do so, I've added a new TEST_CONTEXT structure containing pointers to each of the VIFs "entry points". The tests have been made "generic" by changing them to use the pointers contained in the TEST_CONTEXT structure.

Don't hesitate to tell me if you think there would be a better way to do that.