dcone%netscape.com c0b6cafc63 Added printer regression test files and directories
git-svn-id: svn://10.0.0.236/trunk@60486 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 14:40:32 +00:00

17 lines
527 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 -Prt 1 -o s:\mozilla\layout\html\tests\printer\table\verify\ -rd s:\mozilla\layout\html\tests\printer\table -f s:\mozilla\layout\html\tests\printer\images\file_list.txt
goto done
:baseline
s:\mozilla\dist\win32_d.obj\bin\viewer -Prt 1 -o s:\mozilla\layout\html\tests\printer\table\ -f s:\mozilla\layout\html\tests\printer\table\file_list.txt
goto done
:error
echo syntax: rtest (baseline verify)
:done