mirror of
https://github.com/reactos/wine.git
synced 2024-12-05 18:27:13 +00:00
2693eb9a23
conformance tests, other netapi32 bug fixes and improvements.
16 lines
226 B
Makefile
16 lines
226 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = netapi32.dll
|
|
IMPORTS = netapi32 advapi32
|
|
|
|
CTESTS = \
|
|
access.c \
|
|
apibuf.c \
|
|
wksta.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|