summaryrefslogtreecommitdiffstats
path: root/c/src/tests/libtests/putenvtest/init.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2002-08-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-021-1/+1
| | | | | | | | | | | | * Per PR47 add support for buffered test output. This involved adding defines to redirect output to a buffer and dump it when full, at "test pause", and at exit. To avoid problems when redefining exit(), all tests were modified to call rtems_test_exit(). Some tests, notable psxtests, had to be modified to include the standard test macro .h file (pmacros.h or tmacros.h) to enable this support. * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c, rtmonuse/task1.c, termios/init.c: Modified.
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-121-4/+4
|
* Removed warning.Joel Sherrill2000-01-041-0/+3
|
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
|
* New test for getenv/putenv added by Joel.Joel Sherrill1999-10-041-0/+59