RetroZilla/layout/html/tests/frameset/iframe/rtest.bat
2015-10-20 23:03:22 -04:00

17 lines
498 B
Batchfile

@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