1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-25 21:55:33 +00:00
cc65/targettest
Mariano Dominguez 27ecb555ea
Rename sound to _sound.
remove extra comments.
2023-01-10 11:16:36 -08:00
..
accelerator
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
pce
arg-test.c
clock-test.c
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
cprintf.c
cursor.c
deb.c
dir-test.c
div-test.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
em-test.c
exec-test1.c
exec-test2.c
fileio-test.c
ft.c Fix some commonly made spelling errors in comments. 2022-02-21 15:44:31 -05:00
getopt-test.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
getsp.s
heaptest.c
joy-test.c
Makefile
minimal.c remove dangling spaces 2022-07-21 03:20:44 +02:00
moddiv-test.c
mouse-test.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
mul-test.c
posixio-test.c
readme.txt move some things from targettest to samples 2022-02-05 16:55:57 +01:00
rename-test.c
scanf-test.c
seek.c
ser-test.c
strdup-test.c
strnlen.c
stroserror-test.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
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.