mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
4caf4bf877
URL unit tests.
17 lines
236 B
Makefile
17 lines
236 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = shlwapi.dll
|
|
IMPORTS = shlwapi advapi32
|
|
|
|
CTESTS = \
|
|
clist.c \
|
|
generated.c \
|
|
path.c \
|
|
shreg.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|