summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>1998-12-03 22:40:39 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>1998-12-03 22:40:39 +0000
commitb81eeb35cd6b057aad241bfba50647ff2df3e96b (patch)
tree6ad7adf745b144542b12b9f7a3416c28d3e25e8e
parentAdded imfs_fdatasync routine that gets called from both fdatasync and datasync. (diff)
downloadrtems-b81eeb35cd6b057aad241bfba50647ff2df3e96b.tar.bz2
Added a posix time test.
Renamed all directories to start with psx.
-rw-r--r--c/src/tests/psxtests/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/tests/psxtests/Makefile.in b/c/src/tests/psxtests/Makefile.in
index 4586dd07dc..8790eed385 100644
--- a/c/src/tests/psxtests/Makefile.in
+++ b/c/src/tests/psxtests/Makefile.in
@@ -12,9 +12,9 @@ include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/directory.cfg
POSIX_DIRS=psxhdrs psx01 psx02 psx03 psx04 psx05 psx06 psx07 psx08 \
- psx09 psx10 psx11 psx12
+ psx09 psx10 psx11 psx12 psxtime
-POSIX_FILES_DIRS=file01 readdir dup stat mount psx13
+POSIX_FILES_DIRS=psxfile01 psxreaddir psxstat psxmount psx13
SUB_DIRS=support $(POSIX_DIRS) $(POSIX_FILES_DIRS)