Changeset 4b7e1fd in rtems
- Timestamp:
- 09/15/11 15:58:46 (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- fdc70e2
- Parents:
- bd1b8de
- Location:
- testsuites/sptests
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/sptests/ChangeLog
rbd1b8de r4b7e1fd 1 2011-09-15 Joel Sherrill <joel.sherrill@oarcorp.com> 2 3 * spcbssched01/Makefile.am, spcbssched02/Makefile.am, 4 spcbssched03/Makefile.am: Formatting. 5 1 6 2011-09-15 Petr Benes <benesp16@fel.cvut.cz> 2 7 -
testsuites/sptests/spcbssched01/Makefile.am
rbd1b8de r4b7e1fd 3 3 ## 4 4 5 MANAGERS = io semaphore clock5 MANAGERS = all 6 6 7 7 rtems_tests_PROGRAMS = spcbssched01 -
testsuites/sptests/spcbssched02/Makefile.am
rbd1b8de r4b7e1fd 3 3 ## 4 4 5 MANAGERS = io rate_monotonic semaphore clock5 MANAGERS = all 6 6 7 7 rtems_tests_PROGRAMS = spcbssched02 -
testsuites/sptests/spcbssched03/Makefile.am
rbd1b8de r4b7e1fd 3 3 ## 4 4 5 MANAGERS = io rate_monotonic semaphore clock5 MANAGERS = all 6 6 7 7 rtems_tests_PROGRAMS = spcbssched03 8 spcbssched03_SOURCES = init.c tasks_periodic.c tasks_aperiodic.c system.h cbsparams.h 8 spcbssched03_SOURCES = init.c tasks_periodic.c tasks_aperiodic.c system.h \ 9 cbsparams.h 9 10 10 11 dist_rtems_tests_DATA = spcbssched03.scn
Note: See TracChangeset
for help on using the changeset viewer.