summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-13 21:09:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-13 21:09:47 +0000
commit46605724c171cd96779ae6b3fb6ba1f1f93d976f (patch)
treeeef8b8e7a44d651552ed186ba0acc13fd9562f5e /testsuites
parent2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-46605724c171cd96779ae6b3fb6ba1f1f93d976f.tar.bz2
2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Some POSIX tests exercise functionality which is enabled when the POSIX threading is disabled. So build this suite all the time and let the psxtests select the specific tests to build.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/ChangeLog6
-rw-r--r--testsuites/configure.ac5
2 files changed, 7 insertions, 4 deletions
diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog
index 32c66929e0..6895de394a 100644
--- a/testsuites/ChangeLog
+++ b/testsuites/ChangeLog
@@ -1,3 +1,9 @@
+2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * configure.ac: Some POSIX tests exercise functionality which is
+ enabled when the POSIX threading is disabled. So build this suite all
+ the time and let the psxtests select the specific tests to build.
+
2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND
diff --git a/testsuites/configure.ac b/testsuites/configure.ac
index 84d94596ee..5b14908b05 100644
--- a/testsuites/configure.ac
+++ b/testsuites/configure.ac
@@ -35,13 +35,10 @@ esac
if test "$enable_tests" = "yes"; then
# do functionality tests first, then performance tests
- AC_CONFIG_SUBDIRS(libtests sptests)
+ AC_CONFIG_SUBDIRS(libtests sptests psxtests)
if test "$rtems_cv_RTEMS_MULTIPROCESSING" = "yes"; then
AC_CONFIG_SUBDIRS(mptests)
fi
- if test "$rtems_cv_RTEMS_POSIX_API" = "yes"; then
- AC_CONFIG_SUBDIRS(psxtests)
- fi
if test "$rtems_cv_RTEMS_ITRON_API" = "yes"; then
AC_CONFIG_SUBDIRS(itrontests)
fi