[RFC] add msacm32 to winetest

Robert Reif reif at earthlink.net
Tue May 4 06:46:43 CDT 2004


This patch adds msacm32 to the tests.

I'm not sure this is correct because I got a subtest parse
error on the test following the one I added (msvcrt). I
also only tested it with wine.  Could someone knowledgeable
in this program please check and correct this patch if necessary?

Thanks,

Bob.
-------------- next part --------------
Index: programs/winetest/Makefile.in
===================================================================
RCS file: /home/wine/wine/programs/winetest/Makefile.in,v
retrieving revision 1.25
diff -u -r1.25 Makefile.in
--- programs/winetest/Makefile.in	20 Apr 2004 04:00:07 -0000	1.25
+++ programs/winetest/Makefile.in	4 May 2004 11:37:58 -0000
@@ -23,6 +23,7 @@
 	comctl32 \
 	gdi32 \
 	kernel32 \
+	msacm32 \
 	msvcrt \
 	netapi32 \
 	ntdll \
@@ -63,6 +64,8 @@
 	cp $(DLLDIR)/gdi/tests/gdi32_test.exe$(DLLEXT) $@ && $(STRIP) $@
 kernel32_test.exe$(DLLEXT): $(DLLDIR)/kernel/tests/kernel32_test.exe$(DLLEXT)
 	cp $(DLLDIR)/kernel/tests/kernel32_test.exe$(DLLEXT) $@ && $(STRIP) $@
+msacm32_test.exe$(DLLEXT): $(DLLDIR)/msacm/tests/msacm32_test.exe$(DLLEXT)
+	cp $(DLLDIR)/msacm/tests/msacm32_test.exe$(DLLEXT) $@ && $(STRIP) $@
 msvcrt_test.exe$(DLLEXT): $(DLLDIR)/msvcrt/tests/msvcrt_test.exe$(DLLEXT)
 	cp $(DLLDIR)/msvcrt/tests/msvcrt_test.exe$(DLLEXT) $@ && $(STRIP) $@
 netapi32_test.exe$(DLLEXT): $(DLLDIR)/netapi32/tests/netapi32_test.exe$(DLLEXT)


More information about the wine-patches mailing list