Files
rtems/testsuites/psxtests/psxtimes01/psxtimes01.scn
T
Joel Sherrill 85c8e754f1 2010-07-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* 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.
2010-07-06 01:01:42 +00:00

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 ***