forked from Imagelibrary/rtems
2011-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* spcbssched01/Makefile.am, spcbssched02/Makefile.am, spcbssched03/Makefile.am: Formatting.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2011-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* spcbssched01/Makefile.am, spcbssched02/Makefile.am,
|
||||||
|
spcbssched03/Makefile.am: Formatting.
|
||||||
|
|
||||||
2011-09-15 Petr Benes <benesp16@fel.cvut.cz>
|
2011-09-15 Petr Benes <benesp16@fel.cvut.cz>
|
||||||
|
|
||||||
PR 1907/testing
|
PR 1907/testing
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
MANAGERS = io semaphore clock
|
MANAGERS = all
|
||||||
|
|
||||||
rtems_tests_PROGRAMS = spcbssched01
|
rtems_tests_PROGRAMS = spcbssched01
|
||||||
spcbssched01_SOURCES = init.c task1.c system.h
|
spcbssched01_SOURCES = init.c task1.c system.h
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
MANAGERS = io rate_monotonic semaphore clock
|
MANAGERS = all
|
||||||
|
|
||||||
rtems_tests_PROGRAMS = spcbssched02
|
rtems_tests_PROGRAMS = spcbssched02
|
||||||
spcbssched02_SOURCES = init.c task_periodic.c system.h
|
spcbssched02_SOURCES = init.c task_periodic.c system.h
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
MANAGERS = io rate_monotonic semaphore clock
|
MANAGERS = all
|
||||||
|
|
||||||
rtems_tests_PROGRAMS = spcbssched03
|
rtems_tests_PROGRAMS = spcbssched03
|
||||||
spcbssched03_SOURCES = init.c tasks_periodic.c tasks_aperiodic.c system.h cbsparams.h
|
spcbssched03_SOURCES = init.c tasks_periodic.c tasks_aperiodic.c system.h \
|
||||||
|
cbsparams.h
|
||||||
|
|
||||||
dist_rtems_tests_DATA = spcbssched03.scn
|
dist_rtems_tests_DATA = spcbssched03.scn
|
||||||
dist_rtems_tests_DATA += spcbssched03.doc
|
dist_rtems_tests_DATA += spcbssched03.doc
|
||||||
|
|||||||
Reference in New Issue
Block a user