mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
DSP: Small perl script for creating tests
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3301 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
15
Source/DSPSpy/templates/if_test.tpl
Normal file
15
Source/DSPSpy/templates/if_test.tpl
Normal file
@ -0,0 +1,15 @@
|
||||
<test name="@CMD@ test" type="srfull"
|
||||
description="This test checks the effect of various SR flags over @CMD@">
|
||||
<header>
|
||||
incdir "tests"
|
||||
include "dsp_base.inc"
|
||||
</header>
|
||||
<body>
|
||||
lri $IX0, #0x0000
|
||||
lri $SR @SR@
|
||||
|
||||
@CMD@
|
||||
lri $IX0, #0x1337
|
||||
call send_back
|
||||
</body>
|
||||
</test>
|
Reference in New Issue
Block a user