[Secure-testing-commits] r10592 - /

fw at alioth.debian.org fw at alioth.debian.org
Wed Dec 3 11:13:10 UTC 2008


Author: fw
Date: 2008-12-03 11:13:10 +0000 (Wed, 03 Dec 2008)
New Revision: 10592

Modified:
   Makefile
Log:
Makefile: Add "serve" target for testing

Modified: Makefile
===================================================================
--- Makefile	2008-12-03 11:06:13 UTC (rev 10591)
+++ Makefile	2008-12-03 11:13:10 UTC (rev 10592)
@@ -39,6 +39,10 @@
 	$(PYTHON) bin/check-syntax DTSA data/DTSA/list
 	touch $@
 
+.PHONY: serve
+serve:
+	@bash bin/test-web-server
+
 .PHONY: update-packages update-testing-security
 RELEASES = lenny sid 
 update-packages:




More information about the Secure-testing-commits mailing list