From 786c3651c7af742a530346908e215721032a198b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 25 Apr 2017 11:40:21 -0500 Subject: psxtests/Makefile.am: Disable tests which should not be built when POSIX is disabled --- testsuites/psxtests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuites/psxtests/Makefile.am b/testsuites/psxtests/Makefile.am index 584e8c5753..7bcea4600a 100644 --- a/testsuites/psxtests/Makefile.am +++ b/testsuites/psxtests/Makefile.am @@ -47,6 +47,7 @@ _SUBDIRS += psxeintr_join _SUBDIRS += psxenosys _SUBDIRS += psxfatal01 _SUBDIRS += psxfatal02 +_SUBDIRS += psxgetattrnp01 endif if HAS_POSIX if HAS_CPLUSPLUS @@ -96,8 +97,8 @@ _SUBDIRS += psxstack02 _SUBDIRS += psxstrsignal01 _SUBDIRS += psxsysconf endif -_SUBDIRS += psxthreadname01 if HAS_POSIX +_SUBDIRS += psxthreadname01 _SUBDIRS += psxtime _SUBDIRS += psxtimer01 _SUBDIRS += psxtimer02 @@ -113,7 +114,6 @@ _SUBDIRS += psxchroot01 _SUBDIRS += psxfile01 _SUBDIRS += psxfile02 _SUBDIRS += psxfilelock01 -_SUBDIRS += psxgetattrnp01 _SUBDIRS += psxgetrusage01 _SUBDIRS += psxid01 _SUBDIRS += psximfs01 -- cgit v1.2.3