mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
14 lines
107 B
Batchfile
Executable File
14 lines
107 B
Batchfile
Executable File
@echo off
|
|
|
|
cd core
|
|
call rtest.bat %1
|
|
|
|
cd ..\bugs
|
|
call rtest.bat %1
|
|
|
|
cd ..\iframe
|
|
call rtest.bat %1
|
|
|
|
cd ..
|
|
|