Added some regression tests from patch #2321830
authorspth <spth@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 19 Apr 2009 11:19:29 +0000 (11:19 +0000)
committerspth <spth@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 19 Apr 2009 11:19:29 +0000 (11:19 +0000)
commitb641ef75173e02b781c1b994d37645116e175706
treeaad944e1d016131777177f010630dc5583048d92
parent8c7fbbcddc62866b37a6643a94544aa0b03638eb
Added some regression tests from patch #2321830

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5435 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
support/regression/tests/strcmp.c [new file with mode: 0644]
support/regression/tests/strcpy.c [new file with mode: 0644]
support/regression/tests/strncmp.c [new file with mode: 0644]
support/regression/tests/strspn.c [new file with mode: 0644]
support/regression/tests/strstr.c [new file with mode: 0644]
support/regression/tests/strtok.c [new file with mode: 0644]