Author: randyk
Date: Sun Feb 13 08:03:43 2005
New Revision: 153636

URL: http://svn.apache.org/viewcvs?view=rev&rev=153636
Log:
forgot to insert command in Maefile to run the t/ tests.

Modified:
    httpd/apreq/branches/multi-env-unstable/win32/Configure.pl

Modified: httpd/apreq/branches/multi-env-unstable/win32/Configure.pl
URL: 
http://svn.apache.org/viewcvs/httpd/apreq/branches/multi-env-unstable/win32/Configure.pl?view=diff&r1=153635&r2=153636
==============================================================================
--- httpd/apreq/branches/multi-env-unstable/win32/Configure.pl (original)
+++ httpd/apreq/branches/multi-env-unstable/win32/Configure.pl Sun Feb 13 
08:03:43 2005
@@ -82,8 +82,8 @@
 TEST: $(LIBAPREQ) $(MOD)
        $(MAKE) /nologo /f $(CFG_HOME)\$(APREQ2_TEST).mak CFG="$(APREQ2_TEST) - 
Win32 $(CFG)" APACHE="$(APACHE)" APREQ_HOME="$(APREQ_HOME)" 
APR_LIB="$(APR_LIB)" APU_LIB="$(APU_LIB)"
         set PATH=$(APREQ_HOME)\win32\libs;$(APACHE)\bin;$(PATH)
-        cd $(LIBDIR) && $(TESTALL).exe -v
-        cd $(APREQ_HOME)
+        $(PERL) "-MExtUtils::Command::MM" "-e" "test_harness()" $(TEST_FILES)
+       cd $(APREQ_HOME)
        $(MAKE) /nologo /f $(CFG_HOME)\$(CGITEST).mak CFG="$(CGITEST) - Win32 
$(CFG)" APACHE="$(APACHE)" APREQ_HOME="$(APREQ_HOME)" APR_LIB="$(APR_LIB)" 
APU_LIB="$(APU_LIB)"
         if not exist "$(APREQ_ENV)\t\cgi-bin" mkdir "$(APREQ_ENV)\t\cgi-bin"
         copy $(LIBDIR)\test_cgi.exe $(APREQ_ENV)\t\cgi-bin\test_cgi.exe


Reply via email to