diff tfo-ut/Makefile @ 98:016ecc7284ab

tfo-ut: generate hex-encoded unit tests
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 19 Mar 2025 01:00:13 +0000 (6 days ago)
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tfo-ut/Makefile	Wed Mar 19 01:00:13 2025 +0000
@@ -0,0 +1,11 @@
+OUTPUTS=tfo-efr.hex tfo-fr.hex tfo-hr.hex
+
+all:	${OUTPUTS}
+
+.SUFFIXES:	.bin .hex
+
+.bin.hex:
+	../utils/gen-hex-lines $< $@ 40
+
+clean:
+	rm -f *.hex