diff --git a/reactos/apps/tests/Makefile b/reactos/apps/tests/Makefile index 5f31b6fff1b..77d51049d12 100644 --- a/reactos/apps/tests/Makefile +++ b/reactos/apps/tests/Makefile @@ -15,7 +15,7 @@ mstest multiwin mutex nptest patblt pipe primitives pteb regtest \ sectest sertest shaptest shm statst statst2 stretchblt suspend \ tcpsvr terminate txtscale thread thread_msg tokentest vmtest \ winhello winhello2 wm_erasebkgnd wm_paint eventpair threadwait \ -map_dup_inherit p_dup_handle +map_dup_inherit p_dup_handle apc2 TEST_MISC = diff --git a/reactos/install.bat b/reactos/install.bat index 405cef1ce71..d5e0a88cb5b 100644 --- a/reactos/install.bat +++ b/reactos/install.bat @@ -167,6 +167,7 @@ echo installing tests... copy apps\tests\hello\hello.exe %ROS_INSTALL%\bin copy apps\tests\args\args.exe %ROS_INSTALL%\bin copy apps\tests\apc\apc.exe %ROS_INSTALL%\bin +copy apps\tests\apc2\apc2.exe %ROS_INSTALL%\bin copy apps\tests\shm\shmsrv.exe %ROS_INSTALL%\bin copy apps\tests\shm\shmclt.exe %ROS_INSTALL%\bin copy apps\tests\lpc\lpcsrv.exe %ROS_INSTALL%\bin