Commit 7638ec97 authored by Kenton Varda's avatar Kenton Varda

Arrggghhhh.

parent dd87eeef
......@@ -292,6 +292,8 @@ doit ./configure --disable-shared CXXFLAGS="$CXXFLAGS -fno-rtti -fno-exceptions"
doit make -j6 check
if which valgrind > /dev/null; then
doit make distclean
echo "========================================================================="
echo "Testing with valgrind"
echo "========================================================================="
......@@ -299,8 +301,7 @@ if which valgrind > /dev/null; then
doit ./configure --disable-shared CXXFLAGS="-g"
doit make -j6
doit make -j6 capnp-test
doit valgrind --leak-check=full --track-fds=yes --error-exitcode=1 capnp-test
doit make distclean
doit valgrind --leak-check=full --track-fds=yes --error-exitcode=1 ./capnp-test
fi
doit make maintainer-clean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment