add option to enable valgrind for tests

Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
Steffen Jaeckel
2022-03-23 11:24:25 +01:00
parent e1ee758b61
commit 4a0c71a840
4 changed files with 251 additions and 2 deletions

View File

@@ -112,6 +112,7 @@ EXTRA_DIST = \
examples/README.md \
jni/Android.mk \
jni/Application.mk \
m4/ax_valgrind_check.m4 \
src/tls_schannel.c \
tests/cert.pem \
tests/cert.pfx \
@@ -311,4 +312,6 @@ test-release-all: dist-archives
docs:
@doxygen -q
@VALGRIND_CHECK_RULES@
.PHONY: docs test-release