mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 14:06:00 +08:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user