X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=rostests%2Fkmtests%2FCMakeLists.txt;h=730f7f32935570693bee6348ba9f1d7e0750d532;hp=30dcadefc98ca88b7d0cad2323bc5edb600d3ca4;hb=073a2904ca724b91f160fd4ca81f7cb448276020;hpb=400e093f7b7a0416817c569ee12fd3d3cb19c332 diff --git a/rostests/kmtests/CMakeLists.txt b/rostests/kmtests/CMakeLists.txt index 30dcadefc98..730f7f32935 100644 --- a/rostests/kmtests/CMakeLists.txt +++ b/rostests/kmtests/CMakeLists.txt @@ -7,6 +7,7 @@ include_directories(include) add_subdirectory(example) add_subdirectory(kernel32) add_subdirectory(ntos_io) +add_subdirectory(ntos_po) add_subdirectory(tcpip) list(APPEND COMMON_SOURCE @@ -115,6 +116,7 @@ list(APPEND KMTEST_SOURCE ntos_io/IoCreateFile_user.c ntos_io/IoDeviceObject_user.c ntos_io/IoReadWrite_user.c + ntos_po/PoIrp_user.c tcpip/TcpIp_user.c ${COMMON_SOURCE} @@ -136,10 +138,12 @@ add_custom_target(kmtest_drivers) add_dependencies(kmtest_drivers kmtest_drv example_drv + findfile_drv iocreatefile_drv iodeviceobject_drv iohelper_drv ioreadwrite_drv + poirp_drv tcpip_drv) add_custom_target(kmtest_all)