Browse Source

Enable verbose output from retest

pull/3/head
Dave Smith 12 years ago
parent
commit
d22c1b1ab2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@ -38,6 +38,6 @@ deps:
test:
@$(REBAR) eunit
@$(RETEST) inttest
@$(RETEST) -v inttest
travis: clean debug xref clean all deps test

Loading…
Cancel
Save