commit | 6578b08562dca748fcbadb357506a968953628d7 | [log] [tgz] |
---|---|---|
author | Thomas Vander Stichele <thomas@apestaart.org> | Wed Nov 23 21:25:56 2005 +0000 |
committer | Thomas Vander Stichele <thomas@apestaart.org> | Wed Nov 23 21:25:56 2005 +0000 |
tree | 14b668c8c4c6662fa3087bd862aee33ddacc1182 | |
parent | a5f9b5d365f9ab489f4fd4d8135baba70b7ae86a [diff] [blame] |
add a torture target Original commit message from CVS: add a torture target
diff --git a/Makefile.am b/Makefile.am index 06fdfc3..9c4c93b 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -44,3 +44,6 @@ check-valgrind: cd check && make check-valgrind + +check-torture: + cd check && make check-torture