mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
13 lines
310 B
Batchfile
13 lines
310 B
Batchfile
@echo off
|
|
set WINETEST_DEBUG=0
|
|
set WINETEST_PLATFORM=reactos
|
|
|
|
if exist "C:\ReactOS\bin\AHKAppTests.cmd" (
|
|
dbgprint "Preparing AHK Application testing suite."
|
|
call C:\ReactOS\bin\AHKAppTests.cmd
|
|
del C:\ReactOS\bin\AHKAppTests.cmd
|
|
)
|
|
|
|
dbgprint --process "ipconfig"
|
|
start rosautotest /r /s
|