summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-13 21:13:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-13 21:13:13 +0000
commitb05cc329587c7b42d03f291410b5ba9caf8c92b6 (patch)
tree90113ab40c2a00b8d16d0b44f4bd40bb44889270 /testsuites/psxtests/Makefile.am
parent2010-07-12 Jennifer Averett (diff)
downloadrtems-b05cc329587c7b42d03f291410b5ba9caf8c92b6.tar.bz2
2010-07-12 Bharath Suri <bharath.s.jois@gmail.com>
PR 1613/testing * psxfchx01/init.c, psxfchx01/Makefile.am, psxfchx01/.cvsignore, psxfchx01/psxfchx01.doc, psxfchx01/psxfchx01.scn: New tests. Improves coverage of fchdir, fchmod, fchown directives. * configure.ac, Makefile.am: Changes to accommodate new test. * psxstat/test.c, psxstat/psxstat.scn: Added new test case to test statvfs routine under libcsupport.
Diffstat (limited to 'testsuites/psxtests/Makefile.am')
-rw-r--r--testsuites/psxtests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/Makefile.am b/testsuites/psxtests/Makefile.am
index ad99411d64..287112c5a8 100644
--- a/testsuites/psxtests/Makefile.am
+++ b/testsuites/psxtests/Makefile.am
@@ -21,7 +21,7 @@ endif
## File IO tests
SUBDIRS += psxfile01 psxfile02 psxfilelock01 psxgetrusage01 psxid01 \
psximfs01 psxreaddir psxstat psxmount psx13 psxchroot01 psxpasswd01 \
- psxpasswd02 psxpipe01 psxtimes01
+ psxpasswd02 psxpipe01 psxtimes01 psxfchx01
## Until sys/uio.h is moved to libcsupport, we have to have networking
## enabled to support readv and writev. Hopefully this is a temporary