Skip to content

Commit

Permalink
Adjusted tests to recent changes.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
oliverschmidt committed Oct 31, 2015
1 parent 5443c74 commit 8082dda
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions regression-tests/16-compile-6502-ports/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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=

Expand Down
2 changes: 1 addition & 1 deletion tools/release-tools/compile-platforms/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8082dda

Please sign in to comment.