2000-06-11 23:56:41 +00:00
|
|
|
|
|
|
|
Test programs for the runtime lib:
|
|
|
|
----------------------------------
|
|
|
|
|
2004-05-02 00:53:39 +00:00
|
|
|
arg-test.c - test program for passing arguments to main()
|
2002-11-12 22:01:17 +00:00
|
|
|
clock.c - test program for clock() and CLOCKS_PER_SEC
|
|
|
|
cprintf.c - test program for cprintf \n and \r operators
|
2002-11-17 22:44:55 +00:00
|
|
|
cursor.c - test the cursor() function
|
2002-11-12 22:01:17 +00:00
|
|
|
deb.c - test program for the library debugger
|
2002-11-13 18:59:12 +00:00
|
|
|
div-test.c - test division/modulus and the div() routine
|
2002-12-06 21:55:56 +00:00
|
|
|
em-test.c - test extended memory drivers
|
2002-11-17 23:00:14 +00:00
|
|
|
fileio-test.c - test C file i/o routines (fopen/fread/fwrite/fclose)
|
2002-11-13 18:59:12 +00:00
|
|
|
ft.c - file I/O test program (open + read functions)
|
|
|
|
getsp.s - helper routine for ft.c
|
2002-12-21 09:35:54 +00:00
|
|
|
joy-test.c - joystick driver test program
|
2002-11-17 22:44:55 +00:00
|
|
|
posixio-test.c - test POSIX file i/o routines (open/read/write/close)
|
2002-11-22 00:39:29 +00:00
|
|
|
seek.c - test lseek()/fseek()/ftell()
|
2003-03-16 14:27:24 +00:00
|
|
|
signal-test.c - small test program for signal/raise
|
2002-11-17 22:44:55 +00:00
|
|
|
time-test.c - test the time/mktime/gmtime/asctime functions
|
2003-08-12 17:32:16 +00:00
|
|
|
uname-test.c - test the uname function
|