summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-04-18 17:29:13 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-04-18 17:29:13 +0100
commitc253c69d0955242e5f23dc194ddbaf34764f79f7 (patch)
tree794eaee51cba26418a70669331b04e50352dbe06
parent58a5b5bd944655b028c915a91dad2220176986db (diff)
downloadlibguestfs-c253c69d0955242e5f23dc194ddbaf34764f79f7.tar.gz
libguestfs-c253c69d0955242e5f23dc194ddbaf34764f79f7.tar.xz
libguestfs-c253c69d0955242e5f23dc194ddbaf34764f79f7.zip
Remove obsolete valgrind rule from C API tests.
-rw-r--r--tests/c-api/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/c-api/Makefile.am b/tests/c-api/Makefile.am
index d5b605d8..8888b739 100644
--- a/tests/c-api/Makefile.am
+++ b/tests/c-api/Makefile.am
@@ -159,8 +159,3 @@ test_debug_to_file_LDADD = \
# $(top_builddir)/src/libguestfs.la $(LIBVIRT_LIBS) \
# $(LTLIBTHREAD) $(top_builddir)/gnulib/lib/libgnu.la
#endif
-
-# Run the tests under valgrind.
-
-valgrind:
- $(MAKE) check VG="valgrind --quiet --leak-check=full"