From 65e14fea99566cf6fb2e28604b1c2af42c72aaba Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Mon, 5 May 2003 16:40:05 +0000 Subject: [PATCH] Add install for wm_paint and bitblt test svn path=/trunk/; revision=4644 --- reactos/install.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reactos/install.bat b/reactos/install.bat index 7d3ff964490..4bcbeb0787e 100644 --- a/reactos/install.bat +++ b/reactos/install.bat @@ -131,6 +131,9 @@ 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\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% copy apps\tests\sectest\sectest.exe %ROS_INSTALL_TESTS% copy apps\tests\isotest\isotest.exe %ROS_INSTALL_TESTS% copy apps\tests\regtest\regtest.exe %ROS_INSTALL_TESTS%