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:
-
Dimitrie O. Paun authored
Add small test to make sure it doesn't return. Don't import ntdll for tests, we need to load it dynamically.
c762f5d7