forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
MANAGERS = io
|
||||
MANAGERS = io semaphore
|
||||
|
||||
rtems_tests_PROGRAMS = malloctest.exe
|
||||
malloctest_exe_SOURCES = init.c task1.c system.h
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
MANAGERS = io
|
||||
MANAGERS = io semaphore
|
||||
|
||||
rtems_tests_PROGRAMS = putenvtest.exe
|
||||
putenvtest_exe_SOURCES = init.c
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
MANAGERS = io
|
||||
MANAGERS = io semaphore
|
||||
|
||||
rtems_tests_PROGRAMS = termios.exe
|
||||
termios_exe_SOURCES = init.c
|
||||
|
||||
Reference in New Issue
Block a user