[KMTESTS]
[reactos.git] / rostests / kmtests / CMakeLists.txt
index d8c63a2..d4b366f 100644 (file)
@@ -24,6 +24,7 @@ list(APPEND KMTEST_DRV_SOURCE
 
     example/Example.c
     example/KernelType.c
+    ntos_ex/ExCallback.c
     ntos_ex/ExDoubleList.c
     ntos_ex/ExFastMutex.c
     ntos_ex/ExHardError.c
@@ -50,6 +51,7 @@ list(APPEND KMTEST_DRV_SOURCE
     ntos_ob/ObReference.c
     ntos_ob/ObType.c
     ntos_ob/ObTypes.c
+    ntos_ps/PsNotify.c
     ${COMMON_SOURCE}
 
     kmtest_drv/kmtest_drv.rc)