summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"