From 8082ddac41e4a4ea40c33fe8f908d9b8102ec1d5 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Sat, 31 Oct 2015 12:36:37 +0100 Subject: [PATCH] Adjusted tests to recent changes. The email and ftp programs aren't relevant anymore so support for them was removed from the cc65 builds. The explicit 80 column programs were added. The 80 colum web browser and Telnet server are built for all cc65 platforms as they are the largest and as such show best code increase issues. --- .../16-compile-6502-ports/Makefile | 18 +++++++++--------- tools/release-tools/compile-platforms/Makefile | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/regression-tests/16-compile-6502-ports/Makefile b/regression-tests/16-compile-6502-ports/Makefile index 78e702e44..921e29ba8 100644 --- a/regression-tests/16-compile-6502-ports/Makefile +++ b/regression-tests/16-compile-6502-ports/Makefile @@ -2,19 +2,19 @@ EXAMPLESDIR=../../examples TOOLSDIR=../../tools EXAMPLES = \ -email/c64 \ -ftp/c64 \ irc/c64 \ +irc-80col/c64 \ telnet-server/c64 \ -wget/c64 \ webbrowser/c64 \ -webbrowser/c128 \ -webbrowser/atarixl \ -webbrowser/apple2enh \ +webbrowser-80col/c64 \ webserver/c64 \ -webserver/c128 \ -webserver/atarixl \ -webserver/apple2enh \ +wget/c64 \ +telnet-server/apple2enh \ +telnet-server/atarixl \ +telnet-server/c128 \ +webbrowser-80col/apple2enh \ +webbrowser-80col/atarixl \ +webbrowser-80col/c128 \ TOOLS= diff --git a/tools/release-tools/compile-platforms/Makefile b/tools/release-tools/compile-platforms/Makefile index cd522110f..ba45de930 100644 --- a/tools/release-tools/compile-platforms/Makefile +++ b/tools/release-tools/compile-platforms/Makefile @@ -6,7 +6,7 @@ all: compile: 6502 msp430 native avr arm -6502: c64.platform c128.platform apple2enh.platform atari.platform +6502: c64.platform c128.platform apple2enh.platform atarixl.platform msp430: sky.platform esb.platform z1.platform native: native.platform minimal-net.platform avr: avr-raven.platform