X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2Fregression%2FMakefile.in;h=08a1c0eefee0806c06fe0c0b6e7afcbf0089e579;hb=62340b1075f4347fb9e4aa007635b561d0f1ce45;hp=8037ec130fea5a451b625e2cfa76ebfada370f04;hpb=4f741ecd40916887fb37222f5faf9caa9af82464;p=fw%2Fsdcc diff --git a/support/regression/Makefile.in b/support/regression/Makefile.in index 8037ec13..08a1c0ee 100644 --- a/support/regression/Makefile.in +++ b/support/regression/Makefile.in @@ -69,10 +69,10 @@ 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 pic14,$(notdir $(wildcard $(PORTS_DIR)/*))) +ALL_PORTS = $(filter-out .svn xa51 z80 gbz80 pic16 pic14 mcs51-common,$(notdir $(wildcard $(PORTS_DIR)/*))) # These ports will be cleaned with 'make clean' -CLEAN_PORTS = $(filter-out .svn,$(notdir $(wildcard $(PORTS_DIR)/*))) +CLEAN_PORTS = $(filter-out .svn mcs51-common,$(notdir $(wildcard $(PORTS_DIR)/*))) MAKE_LIBRARY = @@ -91,8 +91,10 @@ test-gbz80: $(MAKE) test-port PORT=gbz80 # Helper rule for testing the mcs51 port only -test-mcs51: - $(MAKE) test-port PORT=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-small test-mcs51-medium: $(MAKE) test-port PORT=mcs51-medium