* support/regression/Makefile.in,
[fw/sdcc] / support / regression / Makefile.in
index 384a549ec241547f1c9ce55881cf063d1181a5ca..cc4377d1d5427374fc5605645843ee48e8855dfe 100644 (file)
@@ -69,7 +69,7 @@ GENERATE_CASES = $(srcdir)/generate-cases.py
 # Each directory under ports/ is used as a port name.  Each port is tested.
 # Each port must have a spec.mk which describes how to build the object
 # files and how to run the emulator.
-ALL_PORTS = $(filter-out .svn xa51 z80 gbz80 pic16,$(notdir $(wildcard $(PORTS_DIR)/*)))
+ALL_PORTS = $(filter-out .svn xa51 z80 gbz80 pic16 pic14,$(notdir $(wildcard $(PORTS_DIR)/*)))
 
 # These  ports will be cleaned with 'make clean'
 CLEAN_PORTS = $(filter-out .svn,$(notdir $(wildcard $(PORTS_DIR)/*)))
@@ -126,6 +126,10 @@ test-xa51:
 test-pic16:
        $(MAKE) test-port PORT=pic16
 
+# Helper rule for testing the pic14 port only(use gpsim simulator)
+test-pic14:
+       $(MAKE) test-port PORT=pic14
+
 ### Helper rule for testing the host cc only
 test-host:
        $(MAKE) test-port PORT=host