mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
950c86fb4c
Based on https://stackoverflow.com/a/1511273 Also enforce CRLF for all *.xml files in our tree, because they are distributed with ReactOS.
15 lines
473 B
Batchfile
15 lines
473 B
Batchfile
@echo off
|
|
set WINETEST_DEBUG=0
|
|
set WINETEST_PLATFORM=reactos
|
|
|
|
move C:\ReactOS\bin\redirtest1.dll C:\ReactOS\bin\kernel32test_versioned.dll
|
|
move C:\ReactOS\bin\testdata\redirtest2.dll C:\ReactOS\bin\testdata\kernel32test_versioned.dll
|
|
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 /n
|