X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=rostests%2Fkmtests%2FCMakeLists.txt;h=a9e94802c0051209e62d9b3a710fc612af16967c;hp=4f767fbb29173b973a5db5113115d0a92f4120d5;hb=6db40277dc99ade8f1842a05c2ba6b70a44d3f34;hpb=ad99a6f7fd581287166749b274401233e2388aee diff --git a/rostests/kmtests/CMakeLists.txt b/rostests/kmtests/CMakeLists.txt index 4f767fbb291..a9e94802c00 100644 --- a/rostests/kmtests/CMakeLists.txt +++ b/rostests/kmtests/CMakeLists.txt @@ -8,6 +8,7 @@ add_subdirectory(example) add_subdirectory(kernel32) add_subdirectory(ntos_cc) add_subdirectory(ntos_io) +add_subdirectory(ntos_mm) add_subdirectory(ntos_po) add_subdirectory(tcpip) @@ -126,6 +127,7 @@ list(APPEND KMTEST_SOURCE ntos_io/IoCreateFile_user.c ntos_io/IoDeviceObject_user.c ntos_io/IoReadWrite_user.c + ntos_mm/NtCreateSection_user.c ntos_po/PoIrp_user.c tcpip/TcpIp_user.c ${COMMON_SOURCE} @@ -153,6 +155,7 @@ add_dependencies(kmtest_drivers iodeviceobject_drv iohelper_drv ioreadwrite_drv + ntcreatesection_drv poirp_drv tcpip_drv cccopyread_drv)