karnaze%netscape.com 2591625fde new regression tests, not affecting the build.
git-svn-id: svn://10.0.0.236/trunk@93004 18797224-902f-48f8-a5cc-f745e15eee43
2001-04-24 20:03:02 +00:00

26 lines
239 B
Batchfile
Executable File

@echo off
cd core
call rtest.bat %1
cd ..\viewer_tests
call rtest.bat %1
cd ..\bugs
call rtest.bat %1
cd ..\marvin
call rtest.bat %1
cd ..\other
call rtest.bat %1
cd ..\dom
call rtest.bat %1
cd ..\printing
call rtest.bat %1
cd ..