diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-23 21:28:24 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-23 21:28:24 +0000 |
commit | 1444a5035796311860529d6229e9551115b6b915 (patch) | |
tree | 7dba9441c95df36a8bbd8376f079786aff4f036c | |
parent | 906028718d7d2dbfcf03eabbb4c48bbf53204cdf (diff) |
add a torture target
Original commit message from CVS:
add a torture target
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f9339cb..f5118f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,3 +40,6 @@ uninstall-local: check-valgrind: @true + +check-torture: + @true |