gunnar: server Makefile,1.70,1.71

cvs at kolab.org cvs at kolab.org
Mon Feb 9 11:09:04 CET 2009


Author: gunnar

Update of /kolabrepository/server
In directory doto:/tmp/cvs-serv25643

Modified Files:
	Makefile 
Log Message:
Add more packages to the update routine.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/Makefile,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- Makefile	25 Jan 2009 22:11:10 -0000	1.70
+++ Makefile	9 Feb 2009 10:09:01 -0000	1.71
@@ -72,6 +72,14 @@
 BASE_FILES=install-kolab.sh \
            README.1st
 
+PHPUNIT=$(HOME)/bin/phpunit
+
+PHPUNIT_TESTS=$(HOME)/lib/php/test/Kolab_Format/Horde/Kolab/Format/AllTests.php \
+              $(HOME)/lib/php/test/Kolab_Server/Horde/Kolab/Server/AllTests.php \
+              $(HOME)/lib/php/test/Kolab_Storage/Horde/Kolab/Storage/AllTests.php \
+              $(HOME)/lib/php/test/Kolab_Filter/Horde/Kolab/Filter/AllTests.php \
+              $(HOME)/lib/php/test/Kolab_FreeBusy/Horde/Kolab/FreeBusy/AllTests.php
+
 .PHONY: dist
 dist: stage base kolab pear files
 
@@ -139,3 +147,13 @@
 .PHONY: update
 update:
 	make -C imapd install || exit $$?;
+	make -C apache-php install || exit $$?;
+	make -C php install || exit $$?;
+	make -C kolab-webclient install || exit $$?;
+
+.PHONY: test
+test:
+	for TEST in $(PHPUNIT_TESTS); \
+	do                            \
+		$(PHPUNIT) $$TEST;    \
+	done





More information about the commits mailing list