2002-08-09 03:22:40 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
TESTDLL = kernel32.dll
|
|
|
|
IMPORTS = kernel32
|
|
|
|
|
|
|
|
CTESTS = \
|
|
|
|
alloc.c \
|
|
|
|
atom.c \
|
2002-10-04 19:42:27 +02:00
|
|
|
codepage.c \
|
2003-05-13 06:46:54 +02:00
|
|
|
console.c \
|
2002-08-09 03:22:40 +02:00
|
|
|
directory.c \
|
2002-08-27 03:56:08 +02:00
|
|
|
drive.c \
|
2002-08-20 02:22:29 +02:00
|
|
|
environ.c \
|
2002-08-09 03:22:40 +02:00
|
|
|
file.c \
|
2002-08-20 02:32:48 +02:00
|
|
|
format_msg.c \
|
2002-10-01 20:11:47 +02:00
|
|
|
generated.c \
|
2002-08-09 03:22:40 +02:00
|
|
|
locale.c \
|
|
|
|
path.c \
|
2003-02-19 23:06:36 +01:00
|
|
|
pipe.c \
|
2002-08-09 03:22:40 +02:00
|
|
|
process.c \
|
2003-03-04 05:34:57 +01:00
|
|
|
profile.c \
|
2002-08-09 03:22:40 +02:00
|
|
|
thread.c
|
|
|
|
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
|
|
|
|
### Dependencies:
|