Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/Makefile.am b/Makefile.am 2index 1df20d1..b355d59 100644 3--- a/Makefile.am 4+++ b/Makefile.am 5@@ -152,35 +152,6 @@ uninstall-doc: 6 @true 7 endif 8 9-# ------------------------------------------------------------ 10-# Testing 11-# 12- 13-LOG_DRIVER = $(top_srcdir)/build/tap-driver 14-LOG_COMPILER = sh -c '"$$0" "$$@" --tap' 15- 16-VALGRIND_ARGS = --trace-children=no --quiet --error-exitcode=33 \ 17- --suppressions=valgrind-suppressions --gen-suppressions=all \ 18- --num-callers=16 19- 20-VALGRIND_SUPPRESSIONS = \ 21- build/glib.supp \ 22- $(NULL) 23- 24-valgrind-suppressions: $(VALGRIND_SUPPRESSIONS) 25- $(AM_V_GEN) cat $^ > $@ 26- 27-check-memory: valgrind-suppressions 28- $(MAKE) LOG_FLAGS="-- libtool --mode=execute valgrind $(VALGRIND_ARGS)" \ 29- $(AM_MAKEFLAGS) check 30-recheck-memory: valgrind-suppressions 31- $(MAKE) LOG_FLAGS="-- libtool --mode=execute valgrind $(VALGRIND_ARGS)" \ 32- $(AM_MAKEFLAGS) recheck 33- 34-EXTRA_DIST += \ 35- $(LOG_DRIVER) \ 36- $(VALGRIND_SUPPRESSIONS) \ 37- $(NULL) 38 39 if WITH_COVERAGE 40 coverage: