Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Inscrição
Iniciar sessão
SisMaker
/
ibrowse
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Projects
0
Lançamentos
30
Wiki
Trabalho
Ver a proveniência
Fix for
#139
- file not being saved to disk when server does not respond with content-length
pull/144/head
Chandrashekhar Mullaparthi
há 9 anos
ascendente
a1be5369c9
cometimento
411468d749
2 ficheiros alterados
com
10 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+10
-0
test/Makefile
+0
-0
test/ibrowse_tests.erl
+ 10
- 0
test/Makefile
Ver ficheiro
@ -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
Ver ficheiro
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar