reactos/modules/rostests/kmtests
2024-02-11 20:24:15 +03:00
..
example
fltmgr
hal
hidparse
include [RTL_APITEST] Add rtl_unittest 2023-11-10 19:00:41 +02:00
kernel32
kmtest [KMTEST] Fix duplicated test names to stop testman from blowing up 2023-11-18 15:01:06 +02:00
kmtest_drv [KMTEST] Fix duplicated test names to stop testman from blowing up 2023-11-18 15:01:06 +02:00
novp_fsrtl
npfs
ntos_cc
ntos_cm
ntos_ex
ntos_fsrtl
ntos_io [KMTESTS:NTOS_IO] Add a simple test for IoConnectInterrupt 2024-02-11 20:24:15 +03:00
ntos_ke
ntos_mm
ntos_ob
ntos_po
ntos_ps
ntos_se
rtl [RTL_APITEST] Move RtlIntSafe test from kmtest to rtl_apitest 2023-11-10 19:00:41 +02:00
tcpip [KMTEST:TcpIp] Use 10 second timeout value instead of INFINITE (#5586) 2023-08-21 21:46:20 +03:00
CMakeLists.txt [RTL_APITEST] Move RtlIntSafe test from kmtest to rtl_apitest 2023-11-10 19:00:41 +02:00
readme.txt

This directory contains the ReactOS Kernel-Mode Test Suite.

The kmtest, kmtest_drv and include subdirectories contain the
testing framework infrastructure, other directories contain tests.

The example subdirectory contains a set of small tests that can be used as
examples and templates.


See https://reactos.org/wiki/KmtestsHowto for more
information and a guide on how to use the framework.