Add final list of failures to valgrind-check test target.

This commit is contained in:
Milan Broz
2021-03-03 12:10:05 +01:00
parent 51ab9da665
commit 4e0398aef0

View File

@@ -121,5 +121,6 @@ valgrind-check: api-test api-test-2 differ
@INFOSTRING="api-test-002" ./valg-api.sh ./api-test-2
@VALG=1 ./luks2-reencryption-test
@VALG=1 ./bitlk-compat-test
@grep -l "ERROR SUMMARY: [^0] errors" valglog* || echo "No leaks detected."
.PHONY: valgrind-check