Added an other zipfile for the testsuite and framework
authorPhilippe Le Hégaret <plh@w3.org>
Fri, 21 Nov 2008 20:45:59 +0000
changeset 18 d96f7e0383b5
parent 17 2030c2d11229
child 19 2f7732216962
Added an other zipfile for the testsuite and framework
testsuite/Makefile
--- a/testsuite/Makefile	Fri Nov 21 20:18:00 2008 +0000
+++ b/testsuite/Makefile	Fri Nov 21 20:45:59 2008 +0000
@@ -33,4 +33,16 @@
 release: archive
 	cp testsuite.zip testsuite-$(DATE).zip
 
+release-framework: filelist
+	rm -f testsuite-and-framework.zip
+	zip testsuite-and-framework.zip filelist.xml LICENSE
+	for DIR in $(TEST_SUBDIRS) ; do \
+          for file in $$DIR/*[0-9][0-9][0-9].xml ; do \
+	    zip testsuite-and-framework.zip "$$file" ; \
+	  done \
+	done
+	for file in web-framework/*.js web-framework/*.css web-framework/*.html web-framework/*.flv web-framework/README ; do \
+	  zip testsuite-and-framework.zip "$$file" ; \
+	done
 
+