bernd.mielke%snafu.de 7044227450 moving testfiles into new directory not part of the build
git-svn-id: svn://10.0.0.236/trunk@116266 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-09 14:49:42 +00:00

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