You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by ra...@apache.org on 2003/10/24 02:25:08 UTC

cvs commit: httpd-apreq-2/win32 test_cgi.mak Configure.pl cgi_test.mak

randyk      2003/10/23 17:25:08

  Modified:    win32    Configure.pl
  Added:       win32    test_cgi.mak
  Removed:     win32    cgi_test.mak
  Log:
  Change targets to run libapreq_cgi tests under env/t.
  
  Revision  Changes    Path
  1.20      +3 -6      httpd-apreq-2/win32/Configure.pl
  
  Index: Configure.pl
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/win32/Configure.pl,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- Configure.pl	18 Oct 2003 22:39:36 -0000	1.19
  +++ Configure.pl	24 Oct 2003 00:25:08 -0000	1.20
  @@ -70,9 +70,7 @@
           cd $(LIBDIR) && $(TESTALL).exe -v
           cd $(APREQ_HOME)
   	$(MAKE) /nologo /f $(CFG_HOME)\$(CGITEST).mak CFG="$(CGITEST) - Win32 $(CFG)" APACHE="$(APACHE)" APREQ_HOME="$(APREQ_HOME)"
  -        copy $(LIBDIR)\cgi_test.exe $(APREQ_CGI)\t\cgi-bin\cgi_test.exe
  -        cd $(APREQ_CGI)
  -        $(PERL) t\TEST.PL
  +        copy $(LIBDIR)\test_cgi.exe $(APREQ_ENV)\t\cgi-bin\test_cgi.exe
           cd $(APREQ_HOME)
   END
   
  @@ -80,7 +78,7 @@
   CLEAN:
           cd $(LIBDIR)
           $(RM_F) *.pch *.exe *.exp *.lib *.pdb *.ilk *.idb *.so *.dll *.obj
  -        cd $(APREQ_CGI)
  +        cd $(APREQ_ENV)
           $(PERL) t\TEST.PL -clean
           cd $(APREQ_HOME)
   !IF EXIST("$(PERLGLUE)\Makefile")
  @@ -349,7 +347,7 @@
   
   LIBAPREQ=libapreq
   TESTALL=testall
  -CGITEST=cgi_test
  +CGITEST=test_cgi
   MOD=mod_apreq
   CGI=libapreq_cgi
   
  @@ -385,7 +383,6 @@
   PERLGLUE=$(APREQ_HOME)\glue\perl
   APACHE_LIB=$(APACHE)\lib
   APREQ_ENV=$(APREQ_HOME)\env
  -APREQ_CGI=$(APREQ_ENV)\cgi_test
   
   ALL : "$(LIBAPREQ)"
   
  
  
  
  1.3       +2 -2      httpd-apreq-2/win32/test_cgi.mak