1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 04:54:54 +00:00
cc65/targettest
2022-07-21 03:13:10 +02:00
..
accelerator fix Makefiles for all targets, dive into subdirs like in samples 2022-07-21 03:13:10 +02:00
atari move some things from targettest to samples 2022-07-21 03:13:10 +02:00
cbm fix Makefiles for all targets, dive into subdirs like in samples 2022-07-21 03:13:10 +02:00
gamate move some things from targettest to samples 2022-07-21 03:13:10 +02:00
pce move some things from targettest to samples 2022-07-21 03:13:10 +02:00
arg-test.c
clock-test.c
clock.c
conio.c
cpeek-test.c
cprintf.c
cursor.c
deb.c
dir-test.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
div-test.c
em-test.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
exec-test1.c
exec-test2.c
fileio-test.c
ft.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
getopt-test.c
getsp.s
heaptest.c Fixed heaptest.c compiler warnings in a way that's better than PR #1621. 2022-07-21 03:13:10 +02:00
joy-test.c
Makefile move some things from targettest to samples 2022-07-21 03:13:10 +02:00
minimal.c the forgotten minimal testprog 2022-07-21 03:13:10 +02:00
moddiv-test.c
mouse-test.c
mul-test.c
posixio-test.c
readme.txt move some things from targettest to samples 2022-07-21 03:13:10 +02:00
rename-test.c
scanf-test.c
seek.c
ser-test.c
strdup-test.c Remove most compiler warnings. 2022-07-21 03:13:10 +02:00
strnlen.c
stroserror-test.c
strqtok-test.c
uname-test.c

This directory contains test programs for the cc65 compiler.

The programs contained here are
- NOT to be referenced in the documentation
- compiled (but NOT run) by the CI test (this is their main purpose)
- some programs can be used interactively to check certain library features

Sample programs ment for endusers should be placed in the samples directory.