Changeset 6287b57 in rtems
- Timestamp:
- May 25, 2001, 1:29:38 PM (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c891fe0
- Parents:
- 87fb080d
- Files:
-
- 10 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/psxtests/ChangeLog
r87fb080d r6287b57 1 2001-05-25 Joel Sherrill <joel@OARcorp.com> 2 3 * Added once version of psxchroot01 test for user review. 4 * psxchroot01: New directory. 5 * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c, 6 psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files. 7 * configure.in, Makefile.am: Modified to reflect above. 8 1 9 2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/tests/psxtests/Makefile.am
r87fb080d r6287b57 11 11 psx09 psx10 psx11 psx12 psxtime psxtimer psxcancel psxmsgq01 psxsem01 12 12 13 POSIX_FILES_DIRS = psxfile01 psxreaddir psxstat psxmount psx13 13 POSIX_FILES_DIRS = psxfile01 psxreaddir psxstat psxmount psx13 psxchroot01 14 14 15 15 UNUSED_DIRS = -
c/src/tests/psxtests/configure.in
r87fb080d r6287b57 54 54 psx13/Makefile 55 55 psxcancel/Makefile 56 psxchroot01/Makefile 56 57 psxfile01/Makefile 57 58 psxhdrs/Makefile -
testsuites/psxtests/ChangeLog
r87fb080d r6287b57 1 2001-05-25 Joel Sherrill <joel@OARcorp.com> 2 3 * Added once version of psxchroot01 test for user review. 4 * psxchroot01: New directory. 5 * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c, 6 psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files. 7 * configure.in, Makefile.am: Modified to reflect above. 8 1 9 2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
testsuites/psxtests/Makefile.am
r87fb080d r6287b57 11 11 psx09 psx10 psx11 psx12 psxtime psxtimer psxcancel psxmsgq01 psxsem01 12 12 13 POSIX_FILES_DIRS = psxfile01 psxreaddir psxstat psxmount psx13 13 POSIX_FILES_DIRS = psxfile01 psxreaddir psxstat psxmount psx13 psxchroot01 14 14 15 15 UNUSED_DIRS =
Note: See TracChangeset
for help on using the changeset viewer.