From 876dcd02e08af4c9796f0741f0f01a8512572e78 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 29 Jul 2013 13:48:18 +0200 Subject: smptests/smppsxsignal01: New test --- testsuites/smptests/configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testsuites/smptests/configure.ac') diff --git a/testsuites/smptests/configure.ac b/testsuites/smptests/configure.ac index b1b786352b..92e2a41896 100644 --- a/testsuites/smptests/configure.ac +++ b/testsuites/smptests/configure.ac @@ -23,6 +23,7 @@ RTEMS_PROG_CXX_FOR_TARGET RTEMS_CANONICALIZE_TOOLS RTEMS_CHECK_CPUOPTS([RTEMS_ATOMIC]) +RTEMS_CHECK_CPUOPTS([RTEMS_POSIX_API]) RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) RTEMS_CHECK_CPUOPTS([RTEMS_MULTIPROCESSING]) @@ -33,6 +34,7 @@ RTEMS_CHECK_CPUOPTS([RTEMS_SMP]) AM_CONDITIONAL(SMPTESTS,test "$rtems_cv_RTEMS_SMP" = "yes") AM_CONDITIONAL([ATOMIC],[test x"$rtems_cv_RTEMS_ATOMIC" = xyes]) +AM_CONDITIONAL([HAS_POSIX],[test x"${rtems_cv_RTEMS_POSIX_API}" = xyes]) # Explicitly list all Makefiles here AC_CONFIG_FILES([Makefile @@ -52,6 +54,7 @@ smpatomic05/Makefile smpatomic06/Makefile smpatomic07/Makefile smplock01/Makefile +smppsxsignal01/Makefile smpschedule01/Makefile smpsignal01/Makefile smpunsupported01/Makefile -- cgit v1.2.3