Merge branch 'master' of ssh://git.gag.com/scm/git/hw/easytimer
[hw/easytimer] / Makefile
index e18f4057a42069f333090b760b968dcf82a327b5..f7a2f5870a8831aebb4a4b9bedfc5ad23ca242bc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,3 +2,8 @@ PROJECT=easytimer
 SCHEMATICS=easytimer.sch
 
 include ../altusmetrum/pcb-rnd.mk
+
+TEST_FILES=EasyTimer-Test-Plan.pdf EasyTimer-Test-Plan.doc easytimer-v2-combined-1.9.17.ihx easytimer-openocd.cfg
+
+easytimer-test.zip: $(TEST_FILES)
+       rm -f $@ && zip $@ $(TEST_FILES)