[hydra-commits] kpfleming: branch ice/slice-preserving-translators r596 - /ice/branches/slice...

SVN commits to the Hydra project hydra-commits at lists.digium.com
Mon Apr 26 11:03:16 CDT 2010


Author: kpfleming
Date: Mon Apr 26 11:03:16 2010
New Revision: 596

URL: https://origsvn.digium.com/svn-view/hydra?view=rev&rev=596
Log:
add a top-level test target for Windows builds

Modified:
    ice/branches/slice-preserving-translators/Makefile.mak

Modified: ice/branches/slice-preserving-translators/Makefile.mak
URL: https://origsvn.digium.com/svn-view/hydra/ice/branches/slice-preserving-translators/Makefile.mak?view=diff&rev=596&r1=595&r2=596
==============================================================================
--- ice/branches/slice-preserving-translators/Makefile.mak (original)
+++ ice/branches/slice-preserving-translators/Makefile.mak Mon Apr 26 11:03:16 2010
@@ -47,6 +47,11 @@
 	    @echo "making install in %i" && \
 	    cmd /c "cd %i && $(MAKE) -nologo -f Makefile.mak $(MAKEFLAGS) install" || exit 1
 
+test::
+	@for %i in ( $(SUBDIRS) ) do \
+	    @echo "making test in %i" && \
+	    cmd /c "cd %i && $(MAKE) -nologo -f Makefile.mak $(MAKEFLAGS) test" || exit 1
+
 cpp::
 	@echo "making all in cpp" && \
 	cmd /c "cd cpp && $(MAKE) -nologo -f Makefile.mak $(MAKEFLAGS) all" || exit 1





More information about the asterisk-scf-commits mailing list