search for: 40fe33e

Displaying 2 results from an estimated 2 matches for "40fe33e".

2016 Feb 22
10
[PATCH 0/8] Fix valgrind tests.
Since we switched to using parallel tests, our valgrind tests would definitely have found leaks in the /usr/bin/env program if it had any. Not so much in some of our own programs. Let's fix that. Rich.
2016 Aug 25
2
[PATCH] build: Add common CLEANFILES and DISTCLEANFILES to common-rules.mk.
...,6 @@ include $(top_srcdir)/subdir-rules.mk EXTRA_DIST = libguestfs-test-tool.pod -CLEANFILES = libguestfs-test-tool.1 stamp-libguestfs-test-tool.pod - bin_PROGRAMS = libguestfs-test-tool man_MANS = libguestfs-test-tool.1 diff --git a/tests/c-api/Makefile.am b/tests/c-api/Makefile.am index 40fe33e..708c6eb 100644 --- a/tests/c-api/Makefile.am +++ b/tests/c-api/Makefile.am @@ -23,7 +23,7 @@ BUILT_SOURCES = $(generator_built) EXTRA_DIST = $(BUILT_SOURCES) -CLEANFILES = \ +CLEANFILES += \ test.log \ testdownload.tmp diff --git a/tests/syslinux/Makefile.am b/tests/syslinux/Makefile.am...