Changeset 330e858c in rtems for testsuites
- Timestamp:
- Jul 29, 2009, 8:15:33 PM (11 years ago)
- Branches:
- 4.10, 4.11, 5, master
- Children:
- 59efe76b
- Parents:
- afcecbf7
- Location:
- testsuites/psxtests
- Files:
-
- 5 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/psxtests/ChangeLog
rafcecbf7 r330e858c 1 2009-07-29 Joel Sherrill <joel.sherrill@oarcorp.com> 2 3 * Makefile.am, configure.ac: Add shell of new test. 4 * psxmsgq04/.cvsignore, psxmsgq04/Makefile.am, psxmsgq04/init.c, 5 psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: New files. 6 1 7 2009-07-29 Joel Sherrill <joel.sherrill@OARcorp.com> 2 8 -
testsuites/psxtests/Makefile.am
rafcecbf7 r330e858c 8 8 psx10 psx11 psx12 psx13 psx14 psxautoinit01 psxautoinit02 psxbarrier01 \ 9 9 psxcancel psxcleanup psxcond01 psxenosys psxkey01 psxitimer psxmsgq01 \ 10 psxmsgq02 psxmsgq03 psxm utexattr01 psxobj01 psxrwlock01 psxsem01 \10 psxmsgq02 psxmsgq03 psxmsgq04 psxmutexattr01 psxobj01 psxrwlock01 psxsem01 \ 11 11 psxsignal01 psxsignal02 psxsignal03 psxspin01 psxspin02 psxsysconf \ 12 12 psxtime psxtimer01 psxtimer02 psxualarm \ -
testsuites/psxtests/configure.ac
rafcecbf7 r330e858c 60 60 psxmsgq02/Makefile 61 61 psxmsgq03/Makefile 62 psxmsgq04/Makefile 62 63 psxmutexattr01/Makefile 63 64 psxobj01/Makefile
Note: See TracChangeset
for help on using the changeset viewer.