From 2c649ff694df6eca35faf65299bd3fb2569f1083 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sun, 9 Feb 2003 18:28:16 +0000 Subject: [PATCH] Install hivetest. svn path=/trunk/; revision=4127 --- reactos/install.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/install.bat b/reactos/install.bat index 537b95af318..55be918876d 100644 --- a/reactos/install.bat +++ b/reactos/install.bat @@ -131,6 +131,7 @@ copy apps\tests\winhello\winhello.exe %ROS_INSTALL%\bin 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% +copy apps\tests\hivetest\hivetest.exe %ROS_INSTALL_TESTS% copy apps\tests\restest\restest.exe %ROS_INSTALL_TESTS% copy apps\tests\tokentest\tokentest.exe %ROS_INSTALL_TESTS% copy apps\testsets\msvcrt\fileio\fileio.exe %ROS_INSTALL_TESTS%