X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2FMakefile.am;h=dd7ba749c9bb3b450ae0fe9d7a4612a5bce15ab5;hb=e4d80b668c93b1abfa4f299904551f56d44a9351;hp=dc242acafabc3b788f3d5f06a7d069d64f75ce7f;hpb=7b8b6707d430c12dbfbebd7237a1cc4898d6f4a0;p=awesomized%2Flibmemcached diff --git a/tests/Makefile.am b/tests/Makefile.am index dc242aca..dd7ba749 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -85,6 +85,13 @@ callgrind: libtool --mode=execute valgrind --tool=callgrind testapp callgrind_annotate callgrind.out.* --auto=yes > /tmp/callgrind.out +helgrind: + rm -f helgrind.out.* + libtool --mode=execute valgrind --tool=helgrind testapp + +helgrind-slap: + libtool --mode=execute valgrind --tool=helgrind ../clients/memslap --server=localhost --concurrency=30 + test-no-outputdiff: testapp ./testapp > /dev/null @echo "Test completed"