Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
piumarta
/
ccmeta
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
added new tests
master
Nathan R
hace 3 años
padre
bccc3c99b0
commit
736d389e50
Se han
modificado 2 ficheros
con
8 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
Makefile
+7
-0
dotest
+ 1
- 0
Makefile
Ver fichero
@ -13,6 +13,7 @@ test : all .FORCE
debug
:
all
.
FORCE
./
$(
MAIN
)
< debug.c > debug.out
gcc -o debug debug.c
#diff debug.out debug.c
$(MAIN)
:
$(
MAIN
)
.
c
object
.
c
buffer
.
h
+ 7
- 0
dotest
Ver fichero
@ -26,6 +26,13 @@ for i in tests-gnu/*.c; do
cmp $i $j || die $i $j
done
for i in single-exec/*.c; do
echo $i
j="${i%.c}.out"
$run < $i > $j
cmp $i $j || die $i $j
done
for i in tests-err/*.c; do
echo $i
j="${i%.c}.out"
Escribir
Vista previa
Cargando…
Cancelar
Guardar