Changeset 9de4e5b in rtems
- Timestamp:
- May 11, 2007, 7:46:02 PM (14 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 71531a6
- Parents:
- dd61160
- Location:
- testsuites/libtests
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/libtests/ChangeLog
rdd61160 r9de4e5b 1 2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com> 2 3 * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am, 4 rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add 5 optional managers to Makefiles. Clean up test cases so last output 6 line follows END OF pattern. Make sure test case all run. All tests 7 appeared ok on sis. 8 1 9 2007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org> 2 10 -
testsuites/libtests/cpuuse/Makefile.am
rdd61160 r9de4e5b 3 3 ## 4 4 5 MANAGERS = io rate_monotonic 5 MANAGERS = io rate_monotonic semaphore extension 6 6 7 7 rtems_tests_PROGRAMS = cpuuse.exe -
testsuites/libtests/malloctest/Makefile.am
rdd61160 r9de4e5b 3 3 ## 4 4 5 MANAGERS = io 5 MANAGERS = io semaphore 6 6 7 7 rtems_tests_PROGRAMS = malloctest.exe -
testsuites/libtests/putenvtest/Makefile.am
rdd61160 r9de4e5b 3 3 ## 4 4 5 MANAGERS = io 5 MANAGERS = io semaphore 6 6 7 7 rtems_tests_PROGRAMS = putenvtest.exe -
testsuites/libtests/rtmonuse/Makefile.am
rdd61160 r9de4e5b 3 3 ## 4 4 5 MANAGERS = io rate_monotonic 5 MANAGERS = io rate_monotonic semaphore 6 6 7 7 rtems_tests_PROGRAMS = rtmonuse.exe -
testsuites/libtests/stackchk/Makefile.am
rdd61160 r9de4e5b 3 3 ## 4 4 5 MANAGERS = io 5 MANAGERS = io semaphore 6 6 7 7 rtems_tests_PROGRAMS = stackchk.exe -
testsuites/libtests/termios/Makefile.am
rdd61160 r9de4e5b 3 3 ## 4 4 5 MANAGERS = io 5 MANAGERS = io semaphore 6 6 7 7 rtems_tests_PROGRAMS = termios.exe
Note: See TracChangeset
for help on using the changeset viewer.