From 19c7a64cf1cf0eb1f0611dd57a76954a61d4bd7f Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Mon, 23 Sep 2002 23:50:43 +0000 Subject: [PATCH] added install for regression test suite svn path=/trunk/; revision=3537 --- reactos/installwine.bat | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/reactos/installwine.bat b/reactos/installwine.bat index 1da89d8b2df..ea48521fef9 100644 --- a/reactos/installwine.bat +++ b/reactos/installwine.bat @@ -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