summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-11-23 21:25:27 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-11-23 21:25:27 +0000
commitd4d2102abbb90b6285776dbed61b9e3334f8cf71 (patch)
treeb64e0750ed2771c468e11fb87ccb5630e9c17a42 /Makefile.am
parent20ca19ead7dc601b533772eb50506c4d38f754a3 (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 892d6be19..ddee43289 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,3 +54,6 @@ include $(top_srcdir)/common/po.mak
check-valgrind:
cd check && make check-valgrind
+
+check-torture:
+ cd check && make check-torture