From: MaartenBrock Date: Fri, 26 Oct 2007 20:58:19 +0000 (+0000) Subject: * support/regression/Makefile.in: renamed test-mcs51 to test-mcs51-small, X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=cedc3748cc35b7ce59d8d9d530b32449bdfe4102;p=fw%2Fsdcc * support/regression/Makefile.in: renamed test-mcs51 to test-mcs51-small, introduced new test-mcs51 to run all mcs51 tests git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4943 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index b128a229..70b5d09a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ * src/mcs51/peeph.def: moved rules 257.x to 253.x and re-enabled 253.b, added new rules 265 - 270 * support/regression/tests/bug1721024.c:new, added + * support/regression/Makefile.in: renamed test-mcs51 to test-mcs51-small, + introduced new test-mcs51 to run all mcs51 tests 2007-10-25 Maarten Brock diff --git a/support/regression/Makefile.in b/support/regression/Makefile.in index 8037ec13..4bedab0c 100644 --- a/support/regression/Makefile.in +++ b/support/regression/Makefile.in @@ -91,7 +91,9 @@ test-gbz80: $(MAKE) test-port PORT=gbz80 # Helper rule for testing the mcs51 port only -test-mcs51: +test-mcs51: test-mcs51-small test-mcs51-medium test-mcs51-large test-mcs51-stack-auto test-mcs51-xstack-auto + +test-mcs51-small: $(MAKE) test-port PORT=mcs51 test-mcs51-medium: