diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-04-18 17:29:13 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-04-24 10:43:29 +0100 |
commit | 2ced896df90707e7b6cc4480bccedb90406fa24c (patch) | |
tree | 2ac07902abff26c5df27293cc22a7a96202d4fb1 | |
parent | b6cbe87113a6cc9626d1c9907788d72e81a5e1c3 (diff) | |
download | libguestfs-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.am | 5 |
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" |