]> git.sur5r.net Git - cc65/blob - testcode/lib/files.txt
Added extended memory test program
[cc65] / testcode / lib / files.txt
1
2 Test programs for the runtime lib:
3 ----------------------------------
4
5 clock.c         -       test program for clock() and CLOCKS_PER_SEC
6 cprintf.c       -       test program for cprintf \n and \r operators
7 cursor.c        -       test the cursor() function
8 deb.c           -       test program for the library debugger
9 div-test.c      -       test division/modulus and the div() routine
10 em-test.c       -       test extended memory drivers
11 fileio-test.c   -       test C file i/o routines (fopen/fread/fwrite/fclose)
12 ft.c            -       file I/O test program (open + read functions)
13 getsp.s         -       helper routine for ft.c
14 joytest.c       -       readjoy function test program
15 posixio-test.c  -       test POSIX file i/o routines (open/read/write/close)
16 seek.c          -       test lseek()/fseek()/ftell()
17 time-test.c     -       test the time/mktime/gmtime/asctime functions