1
0
mirror of https://github.com/mirror/wget.git synced 2025-03-28 13:00:10 +08:00

* Makefile.am: Add target 'check-valgrind'

This commit is contained in:
Tim Rühsen 2016-09-08 11:20:25 +02:00
parent a78b83b1e9
commit a232835fd1

View File

@ -77,3 +77,7 @@ gen-ChangeLog:
{ rm -f $(distdir)/ChangeLog && \
mv $(distdir)/cl-t $(distdir)/ChangeLog; } \
fi
check-valgrind:
TESTS_ENVIRONMENT="VALGRIND_TESTS=1" $(MAKE) check