From 1fc4bb294e7e5019bd76d3fcffc8682fb6618045 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Thu, 25 Sep 2003 15:20:59 +0000 Subject: [PATCH] palbitblt installation is added to reactos tests svn path=/trunk/; revision=6133 --- reactos/install-unix.sh | 1 + reactos/install.bat | 1 + 2 files changed, 2 insertions(+) diff --git a/reactos/install-unix.sh b/reactos/install-unix.sh index ebdc4aa3776..05efff5484b 100755 --- a/reactos/install-unix.sh +++ b/reactos/install-unix.sh @@ -144,6 +144,7 @@ cp apps/tests/restest/restest.exe $ROS_INSTALL_TESTS cp apps/tests/tokentest/tokentest.exe $ROS_INSTALL_TESTS cp apps/tests/icontest/icontest.exe $ROS_INSTALL_TESTS cp apps/tests/icontest/icon.ico $ROS_INSTALL_TESTS +cp apps/tests/palbitblt/palbitblt.exe $ROS_INSTALL_TESTS cp apps/testsets/msvcrt/fileio/fileio.exe $ROS_INSTALL_TESTS cp apps/testsets/msvcrt/mbtowc/mbtowc.exe $ROS_INSTALL_TESTS cp apps/testsets/test/test.exe $ROS_INSTALL_TESTS diff --git a/reactos/install.bat b/reactos/install.bat index 6056af8ec61..1f078009588 100644 --- a/reactos/install.bat +++ b/reactos/install.bat @@ -221,6 +221,7 @@ copy apps\tests\wm_erasebkgnd\BACKBITMAP.BMP %ROS_INSTALL_TESTS% copy apps\tests\stretchblt\stretchblt.exe %ROS_INSTALL_TESTS% copy apps\tests\txtscale\txtscale.exe %ROS_INSTALL_TESTS% copy apps\tests\linetest\linetest.exe %ROS_INSTALL_TESTS% +copy apps\tests\palbitblt\palbitblt.exe %ROS_INSTALL_TESTS% rem copy apps\tests\restest\restest.exe %ROS_INSTALL_TESTS% rem copy apps\testsets\msvcrt\fileio\fileio.exe %ROS_INSTALL_TESTS% rem copy apps\testsets\msvcrt\mbtowc\mbtowc.exe %ROS_INSTALL_TESTS%