From 161f54b4d60ebff1d40359ac781be3dbe95a3404 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 28 Dec 2009 16:43:10 +0000 Subject: 2009-12-28 Shrikant Gaikwad * psx13/test.c, psx13/psx13.scn Added new routine PipeTestNull() to cover the trivial NULL case for pipe function. --- testsuites/psxtests/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'testsuites/psxtests/Makefile.am') diff --git a/testsuites/psxtests/Makefile.am b/testsuites/psxtests/Makefile.am index ad6f657c7d..fd7450e2d9 100644 --- a/testsuites/psxtests/Makefile.am +++ b/testsuites/psxtests/Makefile.am @@ -25,11 +25,9 @@ SUBDIRS += psxfile01 psxreaddir psxstat psxmount psx13 psxchroot01 \ ## Until sys/uio.h is moved to libcsupport, we have to have networking ## enabled to support readv and writev. Hopefully this is a temporary ## situation. -if HAS_NETWORKING -if HAS_POSIX +## if NEWLIB SUBDIRS += psxrdwrv -endif -endif +## endif DIST_SUBDIRS = $(SUBDIRS) psxfatal_support EXTRA_DIST = psxfatal_support/init.c psxfatal_support/system.h -- cgit v1.2.3