add ucsim z80 test-ucz80 support
[fw/sdcc] / 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