1999-05-27 02:19:02 +04:00
|
|
|
@echo off
|
|
|
|
if %1==baseline goto baseline
|
|
|
|
|
|
|
|
:verify
|
|
|
|
if not exist verify mkdir verify
|
2000-05-23 06:18:53 +04:00
|
|
|
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
|
2000-12-15 03:09:31 +03:00
|
|
|
delay=1
|
2000-05-23 06:18:53 +04:00
|
|
|
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
|