Revision: 6051
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6051&view=rev
Author:   gespinasse
Date:     2011-11-10 08:06:56 +0000 (Thu, 10 Nov 2011)
Log Message:
-----------
Add test suite

Modified Paths:
--------------
    ipcop/trunk/lfs/Archive-Zip

Modified: ipcop/trunk/lfs/Archive-Zip
===================================================================
--- ipcop/trunk/lfs/Archive-Zip 2011-11-10 07:36:37 UTC (rev 6050)
+++ ipcop/trunk/lfs/Archive-Zip 2011-11-10 08:06:56 UTC (rev 6051)
@@ -82,9 +82,11 @@
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
 
-       cd $(DIR_APP) && sed -i "s%,'y'%,'n'%" Makefile.PL
-       cd $(DIR_APP) && yes 'n' | perl Makefile.PL
+       cd $(DIR_APP) && perl Makefile.PL
        cd $(DIR_APP) && make
+ifeq "$(RUNNING_TEST)" "yes"
+       -cd $(DIR_APP) && make test TEST_VERBOSE=1 &> 
$(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
+endif
        cd $(DIR_APP) && make install
 
        @rm -rf $(DIR_APP)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to