waterson%netscape.com e7e1b1ead6 Add XBL and table printing tests. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@99951 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-26 22:38:08 +00:00

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