summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-09-29 14:14:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-09-29 14:14:26 +0000
commite623ce6d7a78108fab7ff19e5ff60ad9917d6a86 (patch)
tree00bf40de2d8a7e6b196edd5b703af0c0bd37a231 /contrib
parent2010-09-28 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-e623ce6d7a78108fab7ff19e5ff60ad9917d6a86.tar.bz2
Add %bcond_with alltests.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/autotools/autoconf.add4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/crossrpms/autotools/autoconf.add b/contrib/crossrpms/autotools/autoconf.add
index 16c15f2249..80a97b4df0 100644
--- a/contrib/crossrpms/autotools/autoconf.add
+++ b/contrib/crossrpms/autotools/autoconf.add
@@ -7,6 +7,8 @@
%define name autoconf
%endif
+# --with alltests enable all tests
+%bcond_with alltests
Name: %{name}
License: GPL
@@ -85,7 +87,7 @@ TESTSUITEFLAGS='-198 200-'
TESTSUITEFLAGS='-204 206-'
%endif
-make check TESTSUITEFLAGS="${TESTSUITEFLAGS}"
+make check %{!?with_alltests:TESTSUITEFLAGS="${TESTSUITEFLAGS}"}
%endif
%install