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:


_______________________________________________
Secure-testing-commits mailing list
Secure-testing-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/secure-testing-commits

Reply via email to