add ucsim z80 test-ucz80 support
authorkbongers <kbongers@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 3 Feb 2002 20:10:10 +0000 (20:10 +0000)
committerkbongers <kbongers@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 3 Feb 2002 20:10:10 +0000 (20:10 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1897 4a8a32a2-be11-0410-ad9d-d568d2c75423

support/regression/Makefile

index 8602db1bc1214ec51f51453a20dc218b6f853308..0d0ece9c7734d038c62c6aa7203a2ff6f55946b0 100644 (file)
@@ -91,6 +91,10 @@ test-mcs51-stack-auto:
 test-ds390:
        $(MAKE) inter-port-clean test-port PORT=ds390
 
+# Helper rule for testing the z80 port only(use ucSim simulator)
+test-ucz80:
+       $(MAKE) inter-port-clean test-port PORT=ucz80
+
 ### Helper rule for testing the host cc only
 test-host:
        $(MAKE) inter-port-clean test-port PORT=host