mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 05:34:46 +08:00
* Makefile.am, configure.ac: Add test for various forms of times() and getrusage(). * psxgetrusage01/.cvsignore, psxgetrusage01/Makefile.am, psxgetrusage01/init.c, psxgetrusage01/psxgetrusage01.doc, psxgetrusage01/psxgetrusage01.scn, psxtimes01/.cvsignore, psxtimes01/Makefile.am, psxtimes01/init.c, psxtimes01/psxtimes01.doc, psxtimes01/psxtimes01.scn: New files.
8 lines
179 B
Plaintext
8 lines
179 B
Plaintext
*** TEST TIMES 01 ***
|
|
times( NULL ) -- EFAULT
|
|
_times_r( NULL, NULL ) -- EFAULT
|
|
_times( &start_tm ) -- OK
|
|
_times( &end_tm ) -- OK
|
|
Check various values
|
|
*** END OF TEST TIMES 01 ***
|