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.
This commit is contained in:
Oliver Schmidt 2015-10-31 12:36:37 +01:00
parent 5443c740e9
commit 8082ddac41
2 changed files with 10 additions and 10 deletions

View File

@ -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=

View File

@ -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