From c79e8b6c63dd285b450eb8320de965a7a36da8e3 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Thu, 17 Jul 2003 23:24:43 +0000 Subject: [PATCH] install new tests. svn path=/trunk/; revision=5157 --- reactos/install.bat | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reactos/install.bat b/reactos/install.bat index 945716c8ff8..7512b5903ab 100644 --- a/reactos/install.bat +++ b/reactos/install.bat @@ -120,6 +120,11 @@ copy apps\tests\event\event.exe %ROS_INSTALL%\bin copy apps\tests\file\file.exe %ROS_INSTALL%\bin copy apps\tests\pteb\pteb.exe %ROS_INSTALL%\bin copy apps\tests\consume\consume.exe %ROS_INSTALL%\bin +copy apps\tests\button\buttontst.exe %ROS_INSTALL_TESTS% +copy apps\tests\button2\buttontst2.exe %ROS_INSTALL_TESTS% +copy apps\tests\combo\combotst.exe %ROS_INSTALL_TESTS% +copy apps\tests\lineclip\lineclip.exe %ROS_INSTALL_TESTS% +copy apps\tests\edit\edittest.exe %ROS_INSTALL_TESTS% copy apps\tests\vmtest\vmtest.exe %ROS_INSTALL_TESTS% copy apps\tests\gditest\gditest.exe %ROS_INSTALL_TESTS% copy apps\tests\shaptest\shaptest.exe %ROS_INSTALL_TESTS%