]> git.gag.com Git - hw/easymini/commitdiff
Update test plan, add rule to build easymini-test.zip
authorKeith Packard <keithp@keithp.com>
Wed, 12 Feb 2025 04:38:37 +0000 (20:38 -0800)
committerKeith Packard <keithp@keithp.com>
Wed, 12 Feb 2025 04:40:04 +0000 (20:40 -0800)
Signed-off-by: Keith Packard <keithp@keithp.com>
EasyMini-Test-Plan.doc
Makefile

index e17bb350eaf5a25317ada359f9fd218b73cb456d..6ca2d7e0e1d9f5f22a0676f681b175d676d5bb7a 100644 (file)
Binary files a/EasyMini-Test-Plan.doc and b/EasyMini-Test-Plan.doc differ
index 6c9cca1a044e9a746dfb29b7a44629ffafd6e29a..5aa8a49fdcb43cb428e4fc65e2839a57d6f7187b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,3 +11,8 @@ LAYERS=2
 SILK=both
 
 include ../altusmetrum/pcb.mk
+
+TEST_FILES=EasyMini-Test-Plan.pdf EasyMini-Test-Plan.doc easymini-v2.0-combined-1.9.17.dfu easymini-v2.0-combined-1.9.17.ihx
+
+easymini-test.zip: $(TEST_FILES)
+       rm -f $@ && zip $@ $(TEST_FILES)