From c253c69d0955242e5f23dc194ddbaf34764f79f7 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 18 Apr 2012 17:29:13 +0100 Subject: Remove obsolete valgrind rule from C API tests. --- tests/c-api/Makefile.am | 5 ----- 1 file changed, 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" -- cgit