Skip to content

Commit

Permalink
Make purity test more restrictive
Browse files Browse the repository at this point in the history
  • Loading branch information
solleks committed Sep 8, 2012
1 parent db09462 commit 310af5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ doc:

purity: compile
if [ ! -d purity ]; then mkdir purity; fi
purity -v -m -s purity/stats -o purity/results --top-funs purity/top_functions --apps apps/of_switch/ebin deps/*/ebin
purity -v -m -l 2 -s purity/stats -o purity/results --top-funs purity/top_functions --apps apps/of_switch/ebin deps/*/ebin

0 comments on commit 310af5c

Please sign in to comment.