diff --git a/tests/runtests.sh b/tests/runtests.sh index 46fcacf..616bd32 100755 --- a/tests/runtests.sh +++ b/tests/runtests.sh @@ -16,7 +16,15 @@ if [ "$1" ] then FORMATS=$@ else - FORMATS="prof pstats oprofile shark" + FORMATS=" + prof + pstats + oprofile + shark + callgrind + hprof + perf + " fi for FORMAT in $FORMATS