cc65/targettest
Mariano Dominguez 27ecb555ea
Rename sound to _sound.
remove extra comments.
2023-01-10 11:16:36 -08:00
..
accelerator Made the c128, not the c64, target build the c128 version of "c64-c128-scpu-test.c". 2022-07-21 03:18:13 +02:00
atari Rename sound to _sound. 2023-01-10 11:16:36 -08:00
cbm added example/test for cbm_read, related to issue #1306 2022-07-25 21:01:31 +02:00
gamate remove dangling spaces 2022-07-21 03:20:44 +02:00
pce fix some bashisms, hopefully makes "check" work again in cmd.exe 2022-11-05 19:41:02 +01:00
Makefile Specify supported tests 2022-12-26 20:26:29 +01:00
arg-test.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
clock-test.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
clock.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
conio.c Support targets without cursor keys 2022-11-20 13:28:45 +01:00
cpeek-test.c remove dangling spaces 2022-07-21 03:20:44 +02:00
cprintf.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
cursor.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
deb.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
dir-test.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
div-test.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
em-test.c add rrr driver to list 2022-07-24 02:42:49 +02:00
exec-test1.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
exec-test2.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
fileio-test.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
ft.c Fix some commonly made spelling errors in comments. 2022-07-21 03:18:13 +02:00
getopt-test.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
getsp.s rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
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 rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
minimal.c remove dangling spaces 2022-07-21 03:20:44 +02:00
moddiv-test.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
mouse-test.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
mul-test.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
posixio-test.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
readme.txt move some things from targettest to samples 2022-07-21 03:13:10 +02:00
rename-test.c Revert "rename '_poserror' to '__poserror'" 2022-07-24 18:14:21 +02:00
scanf-test.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
seek.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
ser-test.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
strdup-test.c Remove most compiler warnings. 2022-07-21 03:13:10 +02:00
strnlen.c More strict printf() format string. 2022-07-21 03:13:10 +02:00
stroserror-test.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
strqtok-test.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
uname-test.c remove dangling spaces 2022-07-21 03:20:44 +02:00

readme.txt

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.