소스 검색

updated dotest

master
Nathan R 3 년 전
부모
커밋
ecb8b27650
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      dotest

+ 4
- 4
dotest 파일 보기

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

불러오는 중...
취소
저장