Commit 86a32784 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

ntdll: Add initial tests for the NT Ports API.

parent 9e37591d
...@@ -9,6 +9,7 @@ info.ok ...@@ -9,6 +9,7 @@ info.ok
large_int.ok large_int.ok
om.ok om.ok
path.ok path.ok
port.ok
reg.ok reg.ok
rtl.ok rtl.ok
rtlbitmap.ok rtlbitmap.ok
......
...@@ -14,8 +14,9 @@ CTESTS = \ ...@@ -14,8 +14,9 @@ CTESTS = \
generated.c \ generated.c \
info.c \ info.c \
large_int.c \ large_int.c \
path.c \
om.c \ om.c \
path.c \
port.c \
reg.c \ reg.c \
rtl.c \ rtl.c \
rtlbitmap.c \ rtlbitmap.c \
......
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