[rtems commit] psxtests/Makefile.am: Disable tests which should not be built when POSIX is disabled
Joel Sherrill
joel at rtems.org
Tue Apr 25 14:41:29 UTC 2017
Module: rtems
Branch: master
Commit: 786c3651c7af742a530346908e215721032a198b
Changeset: http://git.rtems.org/rtems/commit/?id=786c3651c7af742a530346908e215721032a198b
Author: Joel Sherrill <joel at rtems.org>
Date: Tue Apr 25 11:40:21 2017 -0500
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 584e8c5..7bcea46 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
More information about the vc
mailing list