From 1444a5035796311860529d6229e9551115b6b915 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 23 Nov 2005 21:28:24 +0000 Subject: [PATCH] add a torture target Original commit message from CVS: add a torture target --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.7.4