summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-09-29 14:16:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-09-29 14:16:26 +0000
commit6f710573a09b2f37225717657ba6c98ee2aa59ab (patch)
tree3ede30c3580bed0c25cc5a2cbd37cbb0af8517be /contrib
parentBump AUTOCONF_RPMREL (diff)
downloadrtems-6f710573a09b2f37225717657ba6c98ee2aa59ab.tar.bz2
Regenerate.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/autotools/rtems-4.11-autoconf.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/crossrpms/autotools/rtems-4.11-autoconf.spec b/contrib/crossrpms/autotools/rtems-4.11-autoconf.spec
index 35f6541cdd..1a61e152ec 100644
--- a/contrib/crossrpms/autotools/rtems-4.11-autoconf.spec
+++ b/contrib/crossrpms/autotools/rtems-4.11-autoconf.spec
@@ -50,13 +50,15 @@
%define name rtems-4.11-autoconf
+# --with alltests enable all tests
+%bcond_with alltests
Name: %{name}
License: GPL
URL: http://www.gnu.org/software/autoconf
Group: Development/Tools
Version: %{rpmvers}
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Tool for automatically generating GNU style Makefile.in's
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -136,7 +138,7 @@ TESTSUITEFLAGS='-198 200-'
TESTSUITEFLAGS='-204 206-'
%endif
-make check TESTSUITEFLAGS="${TESTSUITEFLAGS}"
+make check %{!?with_alltests:TESTSUITEFLAGS="${TESTSUITEFLAGS}"}
%endif
%install