pjs/layout/html/tests/table/core/rtest.bat

18 строки
515 B
Batchfile
Исходник Обычный вид История

1999-05-27 02:19:02 +04:00
@echo off
if %1==baseline goto baseline
:verify
if not exist verify mkdir verify
s:\mozilla\dist\win32_d.obj\bin\viewer -d 1 -o s:\mozilla\layout\html\tests\table\core\verify\ -rd s:\mozilla\layout\html\tests\table\core -f s:\mozilla\layout\html\tests\table\core\file_list.txt
1999-05-27 02:19:02 +04:00
goto done
:baseline
delay=1
s:\mozilla\dist\win32_d.obj\bin\viewer -d 1 -o s:\mozilla\layout\html\tests\table\core\ -f s:\mozilla\layout\html\tests\table\core\file_list.txt
1999-05-27 02:19:02 +04:00
goto done
:error
echo syntax: rtest (baseline verify)
:done