Added tests for switch statement and the z80 loop induction problem
authormichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 20 Aug 2001 04:32:44 +0000 (04:32 +0000)
committermichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 20 Aug 2001 04:32:44 +0000 (04:32 +0000)
commit508062e44ac0d6b44e3e299d032ddc382065ce19
treebe34cebc483b5c157d0edb8fe8b5df939ecaf4b6
parent8aa6b044fa1c62dd74cc3dd4d05326977bc28163
Added tests for switch statement and the z80 loop induction problem

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1154 4a8a32a2-be11-0410-ad9d-d568d2c75423
support/regression/Makefile
support/regression/fwk/include/testfwk.h
support/regression/fwk/lib/testfwk.c
support/regression/ports/z80/spec.mk
support/regression/ports/z80/support.asm
support/regression/tests/bug-453196.c [new file with mode: 0644]
support/regression/tests/switch.c [new file with mode: 0644]