Added log methods, added mod test
[fw/sdcc] / support / regression / Makefile
index 5d596da459177266290ac218c150ddc74a145091..5ad6aad332fbab1687c13aec01df916785111e4d 100644 (file)
@@ -65,6 +65,11 @@ ALL_PORTS = $(filter-out CVS,$(notdir $(wildcard $(PORTS_DIR)/*)))
 test-ports:
        for i in $(ALL_PORTS); do $(MAKE) inter-port-clean test-port PORT=$$i; done
 
+# Helper rule for testing the z80 port only
+test-z80:
+       $(MAKE) inter-port-clean clean test-port PORT=z80
+
+test-z80:
 # Begin per-port rules
 # List of all of the known source test suites.
 ALL_TESTS = $(shell find $(TESTS_DIR) -name "*.c")