1
0
mirror of https://github.com/cc65/cc65.git synced 2024-05-31 22:41:32 +00:00
cc65/targettest
Bob Andrews f8cdb2ab63
Merge pull request #1685 from jefftranter/fix-typos
Fix some commonly made spelling errors in comments.
2022-02-22 13:01:38 +01: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 move some things from targettest to samples 2022-02-05 16:55:57 +01:00
cbm fix Makefiles for all targets, dive into subdirs like in samples 2022-01-30 19:51:05 +01:00
gamate move some things from targettest to samples 2022-02-05 16:55:57 +01:00
pce move some things from targettest to samples 2022-02-05 16:55:57 +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 rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
cpeek-test.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +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 rename testcode/ to targettest/ 2020-09-29 19:14:46 +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-02-21 15:44:31 -05: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-01-30 20:13:04 -05:00
joy-test.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00
Makefile Removed geos_apple and geos_cbm from the lists of targets. 2022-02-09 04:05:35 -05:00
minimal.c the forgotten minimal testprog 2022-01-30 23:26:07 +01: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-02-05 16:55:57 +01:00
rename-test.c rename testcode/ to targettest/ 2020-09-29 19:14:46 +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. 2021-12-25 09:57:18 +01:00
strnlen.c More strict printf() format string. 2021-12-25 20:04:10 +01: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 rename testcode/ to targettest/ 2020-09-29 19:14:46 +02:00

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.