ntoskrnl/tests: Declare the driver subtest.
It may print test failures and as such should be declared by its parent. Signed-off-by: Francois Gouget <fgouget@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
208ff02005
commit
c9f222e775
|
@ -493,6 +493,7 @@ START_TEST(ntoskrnl)
|
|||
pSetFileCompletionNotificationModes = (void *)GetProcAddress(GetModuleHandleA("kernel32.dll"),
|
||||
"SetFileCompletionNotificationModes");
|
||||
|
||||
subtest("driver");
|
||||
if (!(service = load_driver(filename, "driver.dll", "WineTestDriver")))
|
||||
return;
|
||||
if (!start_driver(service))
|
||||
|
|
Loading…
Reference in New Issue