wine/dlls/winmm/tests/Makefile.in
Robert Reif 319633963d winmm: More wave callback tests.
Add tests for CALLBACK_FUNCTION and CALLBACK_THREAD.  The only
callback type not tested now is CALLBACK_WINDOW.
2006-05-08 14:49:11 +02:00

18 lines
247 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../../..
SRCDIR = @srcdir@
VPATH = @srcdir@
TESTDLL = winmm.dll
IMPORTS = winmm user32 kernel32
CTESTS = \
capture.c \
mixer.c \
mmio.c \
timer.c \
wave.c
@MAKE_TEST_RULES@
### Dependencies: