summaryrefslogtreecommitdiffstats
path: root/storage/maria/libmarias3/ci-scripts/valgrind.sh
blob: 0d6ac2918048f3f6cc6f8f62c59091050f7f89e9 (plain)
1
2
3
4
#!/bin/sh
autoreconf -fi
./configure --enable-debug=yes
TESTS_ENVIRONMENT="./libtool --mode=execute valgrind --error-exitcode=1 --leak-check=full --track-fds=no --malloc-fill=A5 --free-fill=DE --suppressions=ci-scripts/valgrind.supp" make check