This website works better with JavaScript.
首頁
探索
說明
註冊
登入
SisMaker
/
ibrowse
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
Projects
0
版本發佈
30
Wiki
Activity
瀏覽代碼
Fix for
#139
- file not being saved to disk when server does not respond with content-length
pull/144/head
Chandrashekhar Mullaparthi
9 年之前
父節點
a1be5369c9
當前提交
411468d749
共有
2 個文件被更改
,包括
10 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
test/Makefile
+0
-0
test/ibrowse_tests.erl
+ 10
- 0
test/Makefile
查看文件
@ -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
查看文件
Write
Preview
Loading…
取消
儲存