mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 03:08:42 +00:00
effac656bb
Add a bunch of marshaling tests (based on a program by Rob Shearman).
15 lines
229 B
Makefile
15 lines
229 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = rpcrt4.dll
|
|
IMPORTS = rpcrt4 kernel32
|
|
|
|
CTESTS = \
|
|
generated.c \
|
|
ndr_marshall.c \
|
|
rpc.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|