summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-09-18 22:38:36 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-09-18 22:38:36 +0000
commit4a49ff3ae7f8697ce3b0a889d21eff7e1c370624 (patch)
treeb83160ec1457ebdd3a2dbb2a25534525949a7905 /Makefile.am
parent9e6bf1b9405b310638285eba78177acc235e9782 (diff)
add a check-valgrind target
Original commit message from CVS: add a check-valgrind 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 29c5f2b2..892d6be1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,3 +51,6 @@ DISTCLEANFILES = _stdint.h
include $(top_srcdir)/common/release.mak
include $(top_srcdir)/common/po.mak
+
+check-valgrind:
+ cd check && make check-valgrind