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