From 6b79218874bafced9e112cbeb28208378399ff17 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 8 Mar 2021 22:01:34 -0300 Subject: Makefile: Use valgrind flags from fallible-check --- Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b09d180..c3293ad 100644 --- a/Makefile +++ b/Makefile @@ -41,15 +41,8 @@ check: all sh tests/ranking.sh sh tests/signals.sh -VALGRIND_FLAGS= \ - --show-error-list=yes \ - --show-leak-kinds=all \ - --leak-check=full \ - --track-origins=yes \ - --error-exitcode=1 - dev-check: check fallible-tests - valgrind $(VALGRIND_FLAGS) ./run-tests + valgrind `fallible-check --valgrind-flags` ./run-tests fallible-check ./fallible-tests sh aux/assert-clang-format.sh sh aux/assert-shellcheck.sh -- cgit v1.2.3