gecko-dev/layout/html/tests/table/rtest.bat

20 lines
176 B
Batchfile
Raw Normal View History

1999-04-05 19:56:05 +00:00
@echo off
1999-05-26 22:19:02 +00:00
cd core
call rtest.bat %1
cd ..\viewer_tests
1999-04-09 21:12:34 +00:00
call rtest.bat %1
1999-04-05 19:56:05 +00:00
1999-04-09 21:12:34 +00:00
cd ..\bugs
call rtest.bat %1
1999-04-05 19:56:05 +00:00
1999-04-09 21:12:34 +00:00
cd ..\marvin
call rtest.bat %1
cd ..\other
call rtest.bat %1
cd ..
1999-04-05 19:56:05 +00:00