summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-04-25 11:40:21 -0500
committerJoel Sherrill <joel@rtems.org>2017-04-25 11:40:21 -0500
commit786c3651c7af742a530346908e215721032a198b (patch)
tree090d567a404eb3df6d769413821b00806615da67
parentdevnullfatal01/testcase.h: Avoid redefinition of TESTS_USE_PRINTK (diff)
downloadrtems-786c3651c7af742a530346908e215721032a198b.tar.bz2
psxtests/Makefile.am: Disable tests which should not be built when POSIX is disabled
-rw-r--r--testsuites/psxtests/Makefile.am4
1 files 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