Sfoglia il codice sorgente

updated dotest with new test files

master
Nathan R 3 anni fa
parent
commit
758f5b7f51
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      dotest

+ 1
- 1
dotest Vedi File

@ -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

Caricamento…
Annulla
Salva