From 46605724c171cd96779ae6b3fb6ba1f1f93d976f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 13 Sep 2009 21:09:47 +0000 Subject: 2009-09-13 Joel Sherrill * 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. --- testsuites/configure.ac | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'testsuites/configure.ac') 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 -- cgit v1.2.3