mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
b33ef44105
Added timer tests.
17 lines
230 B
Makefile
17 lines
230 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = winmm.dll
|
|
IMPORTS = winmm kernel32
|
|
|
|
CTESTS = \
|
|
capture.c \
|
|
mixer.c \
|
|
timer.c \
|
|
wave.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|