mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
527f2f9057
* Create a branch for some evul shell experiments. svn path=/branches/shell-experiments/; revision=61927
12 lines
310 B
Batchfile
12 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
|