[Maketest.rules.in] Same verbose behavior for tests as Win*

Paul Vriens Paul.Vriens at xs4all.nl
Tue May 10 12:09:00 CDT 2005


Hi,

I find myself changing the makefiles so often that a patch is most
welcome. The behavior will then also be the same as on Windows when
running tests.

Changelog
  Turn tracing on (by default) for tests.

Cheers,

Paul.

Index: dlls/Maketest.rules.in
===================================================================
RCS file: /home/wine/wine/dlls/Maketest.rules.in,v
retrieving revision 1.37
diff -u -p -r1.37 Maketest.rules.in
--- dlls/Maketest.rules.in      10 May 2005 13:21:04 -0000      1.37
+++ dlls/Maketest.rules.in      10 May 2005 17:03:43 -0000
@@ -17,7 +17,7 @@ MODULE       = $(TESTDLL:%.dll=%)_test.e
 TESTLIST     = testlist.c
 TESTRESULTS  = $(CTESTS:.c=.ok)
 TESTPROGRAM  = $(MODULE)$(DLLEXT)
-RUNTESTFLAGS = -q -P wine -M $(TESTDLL) -T $(TOPOBJDIR) -p $(TESTPROGRAM)
+RUNTESTFLAGS = -v -P wine -M $(TESTDLL) -T $(TOPOBJDIR) -p $(TESTPROGRAM)
                                                                                                                                               
 C_SRCS       = $(CTESTS)
 EXTRA_SRCS   = $(TESTLIST)





More information about the wine-patches mailing list