https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3f65f3a51d106ac046a09…
commit 3f65f3a51d106ac046a092f9a851d6570fe21a87
Author:     Serge Gautherie <32623169+SergeGautherie(a)users.noreply.github.com>
AuthorDate: Fri Aug 31 08:46:48 2018 +0200
Commit:     Colin Finck <colin(a)reactos.org>
CommitDate: Fri Aug 31 08:46:48 2018 +0200
    [KMTESTS] Re-enable kmtest_.exe installation (#389)
    ExPools and other tests don't break Windows Server 2003 anymore.
    Revert r73535, so KmTests run on "Test WHS" bot.
    CORE-12657
---
 modules/rostests/kmtests/CMakeLists.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/modules/rostests/kmtests/CMakeLists.txt
b/modules/rostests/kmtests/CMakeLists.txt
index bcc95c5e91..8c844534dd 100644
--- a/modules/rostests/kmtests/CMakeLists.txt
+++ b/modules/rostests/kmtests/CMakeLists.txt
@@ -155,8 +155,7 @@ add_importlibs(kmtest fltlib advapi32 ws2_32 msvcrt kernel32 ntdll)
 add_target_compile_definitions(kmtest KMT_USER_MODE NTDDI_VERSION=NTDDI_WS03SP1)
 #add_pch(kmtest include/kmt_test.h)
 set_target_properties(kmtest PROPERTIES OUTPUT_NAME "kmtest_")
-#add_rostests_file(TARGET kmtest)
-add_cd_file(TARGET kmtest DESTINATION reactos/bin FOR all)
+add_rostests_file(TARGET kmtest)
 #
 # Group targets