summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-11-23 21:25:56 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-11-23 21:25:56 +0000
commit6578b08562dca748fcbadb357506a968953628d7 (patch)
tree14b668c8c4c6662fa3087bd862aee33ddacc1182 /Makefile.am
parenta5f9b5d365f9ab489f4fd4d8135baba70b7ae86a (diff)
add a torture target
Original commit message from CVS: add a torture target
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 06fdfc38..9c4c93bb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,3 +44,6 @@ include $(top_srcdir)/common/release.mak
check-valgrind:
cd check && make check-valgrind
+
+check-torture:
+ cd check && make check-torture