mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
added install for regression test suite
svn path=/trunk/; revision=3537
This commit is contained in:
parent
fec8acf355
commit
19c7a64cf1
1 changed files with 7 additions and 0 deletions
|
@ -49,6 +49,13 @@ copy ..\wine\programs\wcmd\wcmd.exe %ROS_INSTALL%\bin
|
|||
copy ..\wine\programs\winefile\winefile.exe %ROS_INSTALL%\bin
|
||||
copy ..\wine\programs\winemine\winmine.exe %ROS_INSTALL%\bin
|
||||
copy ..\wine\programs\winver\winver.exe %ROS_INSTALL%\bin
|
||||
REM
|
||||
echo Installing Regression tests to %ROS_INSTALL%\bin
|
||||
copy ..\wine\dlls\advapi32\tests\advapi32_test.exe %WINE_INSTALL%
|
||||
copy ..\wine\dlls\kernel\tests\kernel32_test.exe %WINE_INSTALL%
|
||||
copy ..\wine\dlls\ntdll\tests\ntdll_test.exe %WINE_INSTALL%
|
||||
copy ..\wine\dlls\user32\tests\user32_test.exe %WINE_INSTALL%
|
||||
REM
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue