aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-08 22:01:34 -0300
committerEuAndreh <eu@euandre.org>2021-03-08 22:02:25 -0300
commit6b79218874bafced9e112cbeb28208378399ff17 (patch)
tree16221b275ce3b9ba11e9b70e549ac1607127711c /Makefile
parentMakefile: Use "troff" over "groff" (diff)
downloadremembering-6b79218874bafced9e112cbeb28208378399ff17.tar.gz
remembering-6b79218874bafced9e112cbeb28208378399ff17.tar.xz
Makefile: Use valgrind flags from fallible-check
Diffstat (limited to '')
-rw-r--r--Makefile9
1 files changed, 1 insertions, 8 deletions
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