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 Made the c128, not the c64, target build the c128 version of "c64-c128-scpu-test.c". 2022-02-21 16:07:22 -05:00
atari
cbm
gamate
pce
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
exec-test1.c
exec-test2.c
fileio-test.c
ft.c
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
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 rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
seek.c
ser-test.c
strdup-test.c
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.