[asterisk-scf-commits] asterisk-scf/integration/ice.git branch "add-toplevel-test-target" created.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Mon Jun 20 15:28:36 CDT 2011
branch "add-toplevel-test-target" has been created
at d90889222b646fd1fc42036c1a1d8d695ea1cf9a (commit)
- Log -----------------------------------------------------------------
commit d90889222b646fd1fc42036c1a1d8d695ea1cf9a
Author: Kevin P. Fleming <kpfleming at digium.com>
Date: Fri Jun 18 11:20:23 2010 -0500
import patch
diff --git a/Makefile.mak b/Makefile.mak
index 5e384c4..c276bb9 100644
--- a/Makefile.mak
+++ b/Makefile.mak
@@ -47,6 +47,11 @@ install::
@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
-----------------------------------------------------------------------
--
asterisk-scf/integration/ice.git
More information about the asterisk-scf-commits
mailing list