diff options
-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" |