From 5d09a8c718e08fb8d86e4ceb07dac48d10bb711a Mon Sep 17 00:00:00 2001 From: "XTra.KrazzY" Date: Sun, 14 Jun 2009 00:15:27 +0000 Subject: [PATCH] DSPSpy: Added list of all tests in the source code for use with DSPSpy testing git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3433 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/DSPSpy/alltests.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Source/DSPSpy/alltests.txt diff --git a/Source/DSPSpy/alltests.txt b/Source/DSPSpy/alltests.txt new file mode 100644 index 0000000000..502de516af --- /dev/null +++ b/Source/DSPSpy/alltests.txt @@ -0,0 +1,11 @@ +tests/arith_test.ds +tests/dr_test.ds +tests/mul_test.ds +tests/neg_test.ds +tests/ir_test.ds +tests/if_test.ds +tests/if_test2.ds +tests/if_test3.ds +tests/if_test4.ds +tests/if_test5.ds +tests/dsp_test.ds \ No newline at end of file