Index: work/font_revamp/Makefile =================================================================== --- work/font_revamp/Makefile (nonexistent) +++ work/font_revamp/Makefile (revision 36504) @@ -0,0 +1,4 @@ +all: + +test: + ./test_all.sh Index: work/font_revamp/test_all.sh =================================================================== --- work/font_revamp/test_all.sh (nonexistent) +++ work/font_revamp/test_all.sh (revision 36504) @@ -0,0 +1,15 @@ +#!/bin/sh + +for fn in *.rp +do + echo "====== $fn ======" + echo ' + brave(newfont, off) + export(debug, --compact, --stateless, --cam, '$fn'.o.dbg=top-copper); + brave(newfont, on) + export(debug, --compact, --stateless, --cam, '$fn'.n.dbg=top-copper); + ' | pcb-rnd --hid batch $fn 2>&1 | grep -v "Brave setting:" + diff -u $fn.o.dbg $fn.n.dbg && rm $fn.o.dbg $fn.n.dbg +done + +#-x debug --compact --stateless --cam A.dbg=top-copper A.lht Property changes on: work/font_revamp/test_all.sh ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property