minor api change and refactoring of pretty_printer.erl

This commit is contained in:
alisdair sullivan 2010-05-25 13:31:41 -07:00
parent 6662a1ee98
commit 5d014bbef8
6 changed files with 58 additions and 43 deletions

View file

@ -7,7 +7,7 @@
test(Dir) ->
Tests = gen_tests(Dir),
eunit:test(Tests).
eunit:test(Tests, [verbose]).
gen_tests(Dir) ->
TestSpecs = filelib:wildcard("*.test", Dir),