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%