winetest: include dsound

Ferenc Wagner wferi at afavant.elte.hu
Thu Jul 22 05:36:28 CDT 2004


Paul Millar says he can crossbuild the dsound test.  I hope
Kevin Koltzau's automated system will cope, too.

ChangeLog: Include the dsound tests.

Index: programs/winetest/Makefile.in
===================================================================
RCS file: /home/wine/wine/programs/winetest/Makefile.in,v
retrieving revision 1.29
diff -u -r1.29 Makefile.in
--- programs/winetest/Makefile.in	17 Jun 2004 23:01:14 -0000	1.29
+++ programs/winetest/Makefile.in	22 Jul 2004 10:31:44 -0000
@@ -21,6 +21,7 @@
 TESTS = \
 	advapi32 \
 	comctl32 \
+	dsound \
 	gdi32 \
 	iphlpapi \
 	kernel32 \
@@ -82,6 +83,8 @@
 	cp $(DLLDIR)/advapi32/tests/advapi32_test.exe$(DLLEXT) $@ && $(STRIP) $@
 comctl32_test.exe$(DLLEXT): $(DLLDIR)/comctl32/tests/comctl32_test.exe$(DLLEXT)
 	cp $(DLLDIR)/comctl32/tests/comctl32_test.exe$(DLLEXT) $@ && $(STRIP) $@
+dsound_test.exe$(DLLEXT): $(DLLDIR)/dsound/tests/dsound_test.exe$(DLLEXT)
+	cp $(DLLDIR)/dsound/tests/dsound_test.exe$(DLLEXT) $@ && $(STRIP) $@
 gdi32_test.exe$(DLLEXT): $(DLLDIR)/gdi/tests/gdi32_test.exe$(DLLEXT)
 	cp $(DLLDIR)/gdi/tests/gdi32_test.exe$(DLLEXT) $@ && $(STRIP) $@
 iphlpapi_test.exe$(DLLEXT): $(DLLDIR)/iphlpapi/tests/iphlpapi_test.exe$(DLLEXT)



More information about the wine-patches mailing list