mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 02:10:17 +01: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 ..
|
|
|