summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-09-29 14:17:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-09-29 14:17:19 +0000
commit384eb8b323ce7f2a1212571d80779b528295dd4d (patch)
treef70459a7c268894b197c7d04c6c63dbd56da79f7 /contrib
parentbfbb701126e336e7514db866140b7fd1e684198c (diff)
Regenerate.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/autotools/rtems-4.10-autoconf.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/crossrpms/autotools/rtems-4.10-autoconf.spec b/contrib/crossrpms/autotools/rtems-4.10-autoconf.spec
index cdb4cb5407..9d6d6a09d5 100644
--- a/contrib/crossrpms/autotools/rtems-4.10-autoconf.spec
+++ b/contrib/crossrpms/autotools/rtems-4.10-autoconf.spec
@@ -50,13 +50,15 @@
%define name rtems-4.10-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