projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
kernel32: Added a number of activation context tests.
[wine]
/
dlls
/
kernel32
/
tests
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
TESTDLL = kernel32.dll
6
IMPORTS = advapi32 kernel32
7
8
CTESTS = \
9
actctx.c \
10
alloc.c \
11
atom.c \
12
change.c \
13
codepage.c \
14
comm.c \
15
console.c \
16
directory.c \
17
drive.c \
18
environ.c \
19
file.c \
20
format_msg.c \
21
generated.c \
22
heap.c \
23
loader.c \
24
locale.c \
25
module.c \
26
mailslot.c \
27
path.c \
28
pipe.c \
29
process.c \
30
profile.c \
31
resource.c \
32
sync.c \
33
thread.c \
34
time.c \
35
timer.c \
36
toolhelp.c \
37
version.c \
38
virtual.c \
39
volume.c
40
41
@MAKE_TEST_RULES@
42
43
@DEPENDENCIES@ # everything below this line is overwritten by make depend