Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
lolengine
/
lol
réplica de
https://github.com/lolengine/lol
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
test: fix unit test runner.
undefined
Sam Hocevar
hace 10 años
padre
332b5ef250
commit
cdf0397f66
Se han
modificado 1 ficheros
con
3 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-1
src/t/test-common.cpp
+ 3
- 1
src/t/test-common.cpp
Ver fichero
@@ -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;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar