From 9dbd4c6715131cad63421abb0c20bb924b5b9dbe Mon Sep 17 00:00:00 2001 From: LPFaint99 Date: Sun, 26 Apr 2009 21:38:48 +0000 Subject: [PATCH] fix include dir for if tests git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3088 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/DSPSpy/tests/if_test2.ds | 1 + Source/DSPSpy/tests/if_test3.ds | 1 + Source/DSPSpy/tests/if_test4.ds | 1 + Source/DSPSpy/tests/if_test5.ds | 1 + 4 files changed, 4 insertions(+) diff --git a/Source/DSPSpy/tests/if_test2.ds b/Source/DSPSpy/tests/if_test2.ds index a4041e4c10..f41335ff47 100644 --- a/Source/DSPSpy/tests/if_test2.ds +++ b/Source/DSPSpy/tests/if_test2.ds @@ -1,4 +1,5 @@ ; This test checks the effect of various SR flags over ifg and ifle +incdir "tests" include "dsp_base.inc" lri $IX0, #0x0000 diff --git a/Source/DSPSpy/tests/if_test3.ds b/Source/DSPSpy/tests/if_test3.ds index a2c844dded..39c9cdbb88 100644 --- a/Source/DSPSpy/tests/if_test3.ds +++ b/Source/DSPSpy/tests/if_test3.ds @@ -1,4 +1,5 @@ ; This test checks the effect of various SR flags over ifg and ifle +incdir "tests" include "dsp_base.inc" lri $IX0, #0x0000 diff --git a/Source/DSPSpy/tests/if_test4.ds b/Source/DSPSpy/tests/if_test4.ds index c23f169ce1..f13ad34104 100644 --- a/Source/DSPSpy/tests/if_test4.ds +++ b/Source/DSPSpy/tests/if_test4.ds @@ -1,4 +1,5 @@ ; This test checks the effect of various SR flags over ifz and ifnz +incdir "tests" include "dsp_base.inc" lri $IX0, #0x0000 diff --git a/Source/DSPSpy/tests/if_test5.ds b/Source/DSPSpy/tests/if_test5.ds index 7cfcffc842..43c04b3f65 100644 --- a/Source/DSPSpy/tests/if_test5.ds +++ b/Source/DSPSpy/tests/if_test5.ds @@ -1,4 +1,5 @@ ; This test checks the effect of various SR flags over iflz and ifnlz +incdir "tests" include "dsp_base.inc" lri $IX0, #0x0000