Explorar el Código

updated dotest with new test files

master
Nathan R hace 3 años
padre
commit
758f5b7f51
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      dotest

+ 1
- 1
dotest Ver fichero

@ -26,7 +26,7 @@ for i in tests-gnu/*.c; do
cmp $i $j || die $i $j
done
for i in single-exec/*.c; do
for i in tests-c/*.c; do
echo $i
j="${i%.c}.out"
$run < $i > $j

Cargando…
Cancelar
Guardar