Changeset 94f8cc0b in rtems
- Timestamp:
- Sep 11, 2011, 8:57:16 PM (9 years ago)
- Branches:
- 4.11, 5, master
- Children:
- b4e4f25
- Parents:
- 0d6aee4
- Location:
- testsuites/sptests
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/sptests/ChangeLog
r0d6aee4 r94f8cc0b 1 2011-09-11 Joel Sherrill <joel.sherrill@oarcorp.com> 2 3 * spedfsched01/Makefile.am, spedfsched02/Makefile.am, 4 spedfsched03/Makefile.am: Use all managers. 5 1 6 2011-09-11 Petr Benes <benesp16@fel.cvut.cz> 2 7 -
testsuites/sptests/spedfsched01/Makefile.am
r0d6aee4 r94f8cc0b 3 3 ## 4 4 5 MANAGERS = io semaphore clock5 MANAGERS = all 6 6 7 7 rtems_tests_PROGRAMS = spedfsched01 -
testsuites/sptests/spedfsched02/Makefile.am
r0d6aee4 r94f8cc0b 3 3 ## 4 4 5 MANAGERS = io rate_monotonic semaphore clock5 MANAGERS = all 6 6 7 7 rtems_tests_PROGRAMS = spedfsched02 -
testsuites/sptests/spedfsched03/Makefile.am
r0d6aee4 r94f8cc0b 3 3 ## 4 4 5 MANAGERS = io rate_monotonic semaphore clock5 MANAGERS = all 6 6 7 7 rtems_tests_PROGRAMS = spedfsched03
Note: See TracChangeset
for help on using the changeset viewer.