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
ct_run log to test/logs
pull/3/head
Tristan Sloughter
10 years ago
parent
a4d4c6ca63
commit
8ed2798b28
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
Makefile
+ 2
- 1
Makefile
View File
@ -35,6 +35,7 @@ binary: clean all
(
cd
../rebar.wiki
&&
git commit -m
"
Update
$(
VSN
)
"
rebar
)
test
:
ct_run -pa deps/*/ebin -pa ebin -include include -dir
test
mkdir -p test/logs
ct_run -pa deps/*/ebin -pa ebin -include include -logdir test/logs -dir
test
travis
:
all
test
Write
Preview
Loading…
Cancel
Save