Commit 3237c5a8 authored by Robert Reif's avatar Robert Reif Committed by Alexandre Julliard

Remove capture tests from dsound.c and place them in a new file

capture.c.
parent 6b145f04
Makefile Makefile
capture.ok
dsound.ok dsound.ok
dsound_test.exe.spec.c dsound_test.exe.spec.c
propset.ok propset.ok
......
...@@ -7,6 +7,7 @@ IMPORTS = dsound user32 kernel32 ...@@ -7,6 +7,7 @@ IMPORTS = dsound user32 kernel32
EXTRALIBS = $(LIBUUID) EXTRALIBS = $(LIBUUID)
CTESTS = \ CTESTS = \
capture.c \
dsound.c \ dsound.c \
propset.c propset.c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment