From 527212112086dffe149836370639443e80dd101d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 21 Feb 2021 00:56:43 -0300 Subject: Makefile.in: Use "all" as dependency of "dev-check" --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index f5e66c8..df8b2b9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -47,7 +47,7 @@ VALGRIND_FLAGS= \ --track-origins=yes \ --error-exitcode=1 -dev-check: run-tests fallible-tests +dev-check: all fallible-tests valgrind $(VALGRIND_FLAGS) ./run-tests fallible-check ./fallible-tests sh aux/assert-clang-format.sh -- cgit v1.2.3