mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			821 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			821 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/tests/Makefile.am
 | |
| +++ b/tests/Makefile.am
 | |
| @@ -16,23 +16,6 @@
 | |
|  	env AM_TAP_AWK='$(AWK)' TEST_OUTPUT_TAP="/dev/stdout" \
 | |
|  	'$(SHELL)' '$(srcdir)/.aux/tap-driver.sh'
 | |
|  
 | |
| -## Valgrind
 | |
| -VALGRIND_memcheck_FLAGS = \
 | |
| -	--leak-check=full \
 | |
| -	--show-leak-kinds=definite,indirect,possible \
 | |
| -	--track-fds=yes \
 | |
| -	--track-origins=yes \
 | |
| -	--trace-children=yes \
 | |
| -	--child-silent-after-fork=no
 | |
| -@VALGRIND_CHECK_RULES@
 | |
| -
 | |
| -# Rules generated for valgrind are for some reason called *-am. This is just an alias
 | |
| -check-valgrind: check-valgrind-am
 | |
| -define check_valgrind_rule
 | |
| -check-valgrind-$(1): check-valgrind-$(1)-am
 | |
| -endef
 | |
| -$(foreach tool,$(valgrind_tools),$(eval $(call check_valgrind_rule,$(tool))))
 | |
| -
 | |
|  ## Coverage
 | |
|  CODE_COVERAGE_LCOV_OPTIONS := --no-external
 | |
|  CODE_COVERAGE_GENHTML_OPTIONS := --prefix $(dir $(abs_top_builddir))
 |