waterson%netscape.com 17634000b5 Check in buster's block regression tests.
git-svn-id: svn://10.0.0.236/trunk@72580 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-20 00:53:47 +00:00

17 lines
511 B
Batchfile
Executable File

@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\block\base\verify\ -rd s:\mozilla\layout\html\tests\block\base -f s:\mozilla\layout\html\tests\block\base\file_list.txt
goto done
:baseline
s:\mozilla\dist\win32_d.obj\bin\viewer -d 1 -o s:\mozilla\layout\html\tests\block\base\ -f s:\mozilla\layout\html\tests\block\base\file_list.txt
goto done
:error
echo syntax: rtest (baseline verify)
:done