From bae47d7a0f3b04ab3fe80e14d85d91ee08ab5a0f Mon Sep 17 00:00:00 2001 From: Richard Campbell Date: Mon, 26 May 2003 10:53:37 +0000 Subject: [PATCH] Install MultiWin test svn path=/trunk/; revision=4763 --- reactos/install.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/install.bat b/reactos/install.bat index a739ffc545d..fe87402629b 100644 --- a/reactos/install.bat +++ b/reactos/install.bat @@ -131,6 +131,7 @@ copy apps\tests\nptest\npclient.exe %ROS_INSTALL_TESTS% copy apps\tests\atomtest\atomtest.exe %ROS_INSTALL_TESTS% copy apps\tests\mutex\mutex.exe %ROS_INSTALL%\bin copy apps\tests\winhello\winhello.exe %ROS_INSTALL%\bin +copy apps\tests\multiwin\multiwin.exe %ROS_INSTALL%\bin copy apps\tests\wm_paint\wm_paint.exe %ROS_INSTALL_TESTS% copy apps\tests\bitblt\lena.bmp %ROS_INSTALL_TESTS% copy apps\tests\bitblt\bitblt.exe %ROS_INSTALL_TESTS%