Skip to content

Commit

Permalink
Add more formats to the runtests.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfonseca committed Oct 23, 2011
1 parent 3864f8d commit 6131156
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tests/runtests.sh
Expand Up @@ -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
Expand Down

0 comments on commit 6131156

Please sign in to comment.