summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-03 17:15:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-03 17:15:02 +0000
commit4828ee25a2db70acdb74adcc4d2075f657717a3c (patch)
tree2d816f4eca71263f98b422845807ff7b21c12261 /testsuites/psxtests/Makefile.am
parent2009-12-03 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-4828ee25a2db70acdb74adcc4d2075f657717a3c.tar.bz2
2009-12-03 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: New test to exercise getgrnam and getpwnam families. * psxpasswd01/.cvsignore, psxpasswd01/Makefile.am, psxpasswd01/init.c, psxpasswd01/psxpasswd01.doc, psxpasswd01/psxpasswd01.scn: New files.
Diffstat (limited to 'testsuites/psxtests/Makefile.am')
-rw-r--r--testsuites/psxtests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuites/psxtests/Makefile.am b/testsuites/psxtests/Makefile.am
index 9847d72f57..ad6f657c7d 100644
--- a/testsuites/psxtests/Makefile.am
+++ b/testsuites/psxtests/Makefile.am
@@ -19,7 +19,8 @@ SUBDIRS += psxhdrs psx01 psx02 psx03 psx04 psx05 psx06 psx07 psx08 psx09 \
endif
## File IO tests
-SUBDIRS += psxfile01 psxreaddir psxstat psxmount psx13 psxchroot01
+SUBDIRS += psxfile01 psxreaddir psxstat psxmount psx13 psxchroot01 \
+ psxpasswd01
## Until sys/uio.h is moved to libcsupport, we have to have networking
## enabled to support readv and writev. Hopefully this is a temporary