aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am3
-rw-r--r--tests/Makefile.am3
2 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9afa148b2..e6894bef1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,6 +54,9 @@ test:
test-full:
@(cd tests; $(MAKE) all full-test)
+test-torture:
+ @(cd tests; $(MAKE) all torture-test)
+
#
# Build source and binary rpms. For rpm-3.0 and above, the ~/.rpmmacros
# must contain the following line:
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f3ffaaba2..026e29b01 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -41,3 +41,6 @@ quiet-test: all
full-test: all
srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -a -p
+
+torture-test: all
+ srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -t