This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
ibrowse
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
30
Wiki
Activity
Browse Source
Fix for
#139
- file not being saved to disk when server does not respond with content-length
pull/144/head
Chandrashekhar Mullaparthi
9 years ago
parent
a1be5369c9
commit
411468d749
2 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
test/Makefile
+0
-0
test/ibrowse_tests.erl
+ 10
- 0
test/Makefile
View File
@ -0,0 +1,10 @@
REBAR
?=
$(
shell which rebar3
)
all
:
compile
erl -noshell -boot start_clean -pa ../../ibrowse/ebin -s ibrowse_test local_unit_tests -s erlang halt
compile
:
erl -pa ../../ibrowse/ebin -make
clean
:
$(
REBAR
)
clean
test/ibrowse_functional_tests.erl → test/ibrowse_tests.erl
View File
Write
Preview
Loading…
Cancel
Save