summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDafydd Harries <dafydd.harries@collabora.co.uk>2007-02-01 10:23:00 +0000
committerDafydd Harries <dafydd.harries@collabora.co.uk>2007-02-01 10:23:00 +0000
commite86dfa672f19dac5dcbe80d4dd3d0a58951e2d6f (patch)
tree5e13c8628346477d2c7d9bb0e273b4e1c07f5897 /Makefile.am
parentf015123bef5ad4edc45c7870e6684e7f0329430b (diff)
downloadlibnice-e86dfa672f19dac5dcbe80d4dd3d0a58951e2d6f.tar.gz
add check-valgrind make target
darcs-hash:20070201102304-c9803-d26fefaae86038f64ebc557ea5f91a33a9c72a03.gz
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 ae3d192..3b5d357 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,3 +3,6 @@ SUBDIRS = local stun tests udp random agent nice
EXTRA_DIST = scripts
+check-valgrind:
+ $(MAKE) TESTS_ENVIRONMENT="sh `pwd`/scripts/valgrind.sh" check
+