This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Enable verbose output from retest
pull/3/head
Dave Smith
12 years ago
parent
e632b7b185
commit
d22c1b1ab2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save