From b81eeb35cd6b057aad241bfba50647ff2df3e96b Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Thu, 3 Dec 1998 22:40:39 +0000 Subject: [PATCH] Added a posix time test. Renamed all directories to start with psx. --- c/src/tests/psxtests/Makefile.in | 4 ++-- 1 file 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)