이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
SisMaker
/
ibrowse
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
Projects
0
릴리즈
30
위키
활동
소스 검색
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
파일 보기
쓰기
미리보기
불러오는 중...
취소
저장