alexsavulov%netscape.com df9a96a787 regression test files update to match the gmake directory tree
not affecting the build


git-svn-id: svn://10.0.0.236/trunk@128060 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-25 06:44:45 +00:00

17 lines
498 B
Batchfile
Executable File

@echo off
if %1==baseline goto baseline
:verify
if not exist verify mkdir verify
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\frameset\iframe\verify\ -rd s:\mozilla\layout\html\tests\frameset\iframe -f s:\mozilla\layout\html\tests\frameset\iframe\file_list.txt
goto done
:baseline
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\frameset\iframe\ -f s:\mozilla\layout\html\tests\frameset\iframe\file_list.txt
goto done
:error
echo syntax: rtest (baseline verify)
:done