From 71c0c0f710f2f34fabb99a5f1c37a1084d009d64 Mon Sep 17 00:00:00 2001 From: Mark Tempel Date: Fri, 21 Mar 2003 04:26:50 +0000 Subject: [PATCH] fixed the shaptest copy command. svn path=/trunk/; revision=4384 --- reactos/install.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/install.bat b/reactos/install.bat index 44597356d90..80a0898b30c 100644 --- a/reactos/install.bat +++ b/reactos/install.bat @@ -120,6 +120,7 @@ copy apps\tests\pteb\pteb.exe %ROS_INSTALL%\bin copy apps\tests\consume\consume.exe %ROS_INSTALL%\bin 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% copy apps\tests\dibtest\dibtest.exe %ROS_INSTALL_TESTS% copy apps\tests\mstest\msserver.exe %ROS_INSTALL_TESTS% copy apps\tests\mstest\msclient.exe %ROS_INSTALL_TESTS%