mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
20 lines
176 B
Batchfile
Executable File
20 lines
176 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 ..
|
|
|