wine/dlls/ntdll/tests/Makefile.in
Dimitrie O. Paun c762f5d7af RtlHeapReAllocate() should not allocate memory.
Add small test to make sure it doesn't return.
Don't import ntdll for tests, we need to load it dynamically.
2003-11-25 01:02:02 +00:00

22 lines
287 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../../..
SRCDIR = @srcdir@
VPATH = @srcdir@
TESTDLL = ntdll.dll
IMPORTS = kernel32
CTESTS = \
env.c \
error.c \
generated.c \
large_int.c \
path.c \
rtl.c \
rtlbitmap.c \
rtlstr.c \
string.c
@MAKE_TEST_RULES@
### Dependencies: