Set exit code for Valgrind

Otherwise errors can be ignored for successful tests with memory
errors.
This commit is contained in:
Andrew Gaul 2023-08-14 20:34:38 +09:00
parent 56a4e67009
commit 25d79146f3

View File

@ -61,7 +61,7 @@ make check -C test/
make clean
./configure CXXFLAGS="$COMMON_FLAGS"
make
RETRIES=100 VALGRIND="--leak-check=full" make check -C test/
RETRIES=100 VALGRIND="--leak-check=full --error-exitcode=1" make check -C test/
#
# Local variables: