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-24 10:43:29 +0100
commit2ced896df90707e7b6cc4480bccedb90406fa24c (patch)
tree2ac07902abff26c5df27293cc22a7a96202d4fb1
parentb6cbe87113a6cc9626d1c9907788d72e81a5e1c3 (diff)
downloadlibguestfs-2ced896df90707e7b6cc4480bccedb90406fa24c.tar.gz
libguestfs-2ced896df90707e7b6cc4480bccedb90406fa24c.tar.xz
libguestfs-2ced896df90707e7b6cc4480bccedb90406fa24c.zip
Remove obsolete valgrind rule from C API tests.
(cherry picked from commit c253c69d0955242e5f23dc194ddbaf34764f79f7)
-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 2ba31066..06ec59a2 100644
--- a/tests/c-api/Makefile.am
+++ b/tests/c-api/Makefile.am
@@ -145,8 +145,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"