Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
lolengine
/
lol
espelhamento de
https://github.com/lolengine/lol
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
test: fix unit test runner.
undefined
Sam Hocevar
10 anos atrás
pai
332b5ef250
commit
cdf0397f66
1 arquivos alterados
com
3 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+3
-1
src/t/test-common.cpp
+ 3
- 1
src/t/test-common.cpp
Ver arquivo
@@ -19,6 +19,8 @@ int main(int argc, char **argv)
{
UNUSED(argc, argv);
return EXIT_SUCCESS;
lol::TextTestRunner runner;
bool success = runner.Run();
return success ? EXIT_SUCCESS : EXIT_FAILURE;
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar