mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
107 B
Batchfile
14 lines
107 B
Batchfile
|
@echo off
|
||
|
|
||
|
cd core
|
||
|
call rtest.bat %1
|
||
|
|
||
|
cd ..\bugs
|
||
|
call rtest.bat %1
|
||
|
|
||
|
cd ..\iframe
|
||
|
call rtest.bat %1
|
||
|
|
||
|
cd ..
|
||
|
|