ReactOS 0.4.16-dev-1059-gb1cf981
|
Go to the source code of this file.
Macros | |
#define | ok_eq_print_test(testid, value, expected, spec) ok((value) == (expected), "In test %lu: " #value " = " spec ", expected " spec "\n", testid, value, expected) |
#define | ok_eq_hex_test(testid, value, expected) ok_eq_print_test(testid, value, expected, "0x%08lx") |
#define | ok_neq_print_test(testid, value, expected, spec) ok((value) != (expected), "In test %lu: " #value " = " spec ", expected != " spec "\n", testid, value, expected) |
#define | ok_neq_hex_test(testid, value, expected) ok_neq_print_test(testid, value, expected, "0x%08lx") |
Functions | |
ULONG | GetNtDdiVersion (VOID) |
static NTSTATUS | TestSystemDebugControl (_In_ SYSDBG_COMMAND Command) |
START_TEST (NtSystemDebugControl) | |
#define ok_eq_hex_test | ( | testid, | |
value, | |||
expected | |||
) | ok_eq_print_test(testid, value, expected, "0x%08lx") |
Definition at line 16 of file NtSystemDebugControl.c.
#define ok_eq_print_test | ( | testid, | |
value, | |||
expected, | |||
spec | |||
) | ok((value) == (expected), "In test %lu: " #value " = " spec ", expected " spec "\n", testid, value, expected) |
Definition at line 13 of file NtSystemDebugControl.c.
#define ok_neq_hex_test | ( | testid, | |
value, | |||
expected | |||
) | ok_neq_print_test(testid, value, expected, "0x%08lx") |
Definition at line 22 of file NtSystemDebugControl.c.
#define ok_neq_print_test | ( | testid, | |
value, | |||
expected, | |||
spec | |||
) | ok((value) != (expected), "In test %lu: " #value " = " spec ", expected != " spec "\n", testid, value, expected) |
Definition at line 19 of file NtSystemDebugControl.c.
Definition at line 26 of file NtSystemDebugControl.c.
Referenced by START_TEST().
START_TEST | ( | NtSystemDebugControl | ) |
Definition at line 61 of file NtSystemDebugControl.c.
|
static |
Definition at line 50 of file NtSystemDebugControl.c.
Referenced by START_TEST().