2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>

* cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
	rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
	optional managers to Makefiles. Clean up test cases so last output
	line follows END OF pattern. Make sure test case all run. All tests
	appeared ok on sis.
This commit is contained in:
Joel Sherrill
2007-05-11 19:46:02 +00:00
parent dd61160701
commit 9de4e5be47
7 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
optional managers to Makefiles. Clean up test cases so last output
line follows END OF pattern. Make sure test case all run. All tests
appeared ok on sis.
2007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.

View File

@@ -2,7 +2,7 @@
## $Id$
##
MANAGERS = io rate_monotonic
MANAGERS = io rate_monotonic semaphore extension
rtems_tests_PROGRAMS = cpuuse.exe
cpuuse_exe_SOURCES = init.c task1.c task2.c task3.c tswitch.c system.h

View File

@@ -2,7 +2,7 @@
## $Id$
##
MANAGERS = io
MANAGERS = io semaphore
rtems_tests_PROGRAMS = malloctest.exe
malloctest_exe_SOURCES = init.c task1.c system.h

View File

@@ -2,7 +2,7 @@
## $Id$
##
MANAGERS = io
MANAGERS = io semaphore
rtems_tests_PROGRAMS = putenvtest.exe
putenvtest_exe_SOURCES = init.c

View File

@@ -2,7 +2,7 @@
## $Id$
##
MANAGERS = io rate_monotonic
MANAGERS = io rate_monotonic semaphore
rtems_tests_PROGRAMS = rtmonuse.exe
rtmonuse_exe_SOURCES = init.c getall.c task1.c system.h

View File

@@ -2,7 +2,7 @@
## $Id$
##
MANAGERS = io
MANAGERS = io semaphore
rtems_tests_PROGRAMS = stackchk.exe
stackchk_exe_SOURCES = blow.c init.c task1.c system.h

View File

@@ -2,7 +2,7 @@
## $Id$
##
MANAGERS = io
MANAGERS = io semaphore
rtems_tests_PROGRAMS = termios.exe
termios_exe_SOURCES = init.c