projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
ntdll/tests: Add a number of named pipe tests using the nt api and ioctls.
[wine]
/
dlls
/
ntdll
/
tests
/
Makefile.in
1
TESTDLL = ntdll.dll
2
IMPORTS = user32
3
4
C_SRCS = \
5
atom.c \
6
change.c \
7
directory.c \
8
env.c \
9
error.c \
10
exception.c \
11
file.c \
12
generated.c \
13
info.c \
14
large_int.c \
15
om.c \
16
path.c \
17
pipe.c \
18
port.c \
19
reg.c \
20
rtl.c \
21
rtlbitmap.c \
22
rtlstr.c \
23
string.c \
24
time.c
25
26
@MAKE_TEST_RULES@