Commit c9f222e7 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ntoskrnl/tests: Declare the driver subtest.

It may print test failures and as such should be declared by its parent. Signed-off-by: 's avatarFrancois Gouget <fgouget@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 208ff020
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment