mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 17:56:51 +00:00
45f0e0625e
Start of conformance tests for these Ds-calls.
17 lines
243 B
Makefile
17 lines
243 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = netapi32.dll
|
|
IMPORTS = netapi32 advapi32 kernel32
|
|
|
|
CTESTS = \
|
|
access.c \
|
|
apibuf.c \
|
|
ds.c \
|
|
wksta.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|