ソースを参照

updated dotest with new test files

master
Nathan R 3年前
コミット
758f5b7f51
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      dotest

+ 1
- 1
dotest ファイルの表示

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

読み込み中…
キャンセル
保存