Changeset 0895bdb in rtems


Ignore:
Timestamp:
11/23/98 18:57:48 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
cd3fb80
Parents:
2a7920b
Message:

Added tests in support of the file system infrastructure.

Files:
42 added
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/tests/psxtests/Makefile.in

    r2a7920b r0895bdb  
    1212include $(RTEMS_ROOT)/make/directory.cfg
    1313
    14 SUB_DIRS=support psxhdrs psx01 psx02 psx03 psx04 psx05 psx06 psx07 psx08 \
     14POSIX_DIRS=psxhdrs psx01 psx02 psx03 psx04 psx05 psx06 psx07 psx08 \
    1515   psx09 psx10 psx11 psx12
    1616
     17POSIX_FILES_DIRS=file01 readdir dup stat mount psx13
     18
     19SUB_DIRS=support $(POSIX_DIRS) $(POSIX_FILES_DIRS)
     20
Note: See TracChangeset for help on using the changeset viewer.