mirror of
https://github.com/reactos/wine.git
synced 2024-12-06 10:46:36 +00:00
c762f5d7af
Add small test to make sure it doesn't return. Don't import ntdll for tests, we need to load it dynamically.
22 lines
287 B
Makefile
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:
|