1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-11-23 13:25:00 +02:00

sch2fig/Makefile (diff, view, newref): add regression test operations

This commit is contained in:
Werner Almesberger 2016-07-26 13:12:25 -03:00
parent 2cea73d040
commit 4c3a3a1f84

View File

@ -18,7 +18,7 @@ LIBS = -lm
include ../common/Makefile.c-common include ../common/Makefile.c-common
.PHONY: test neo900 .PHONY: test neo900 test diff view newref
all:: $(NAME) all:: $(NAME)
@ -46,3 +46,14 @@ neo900.pdf: $(NAME) sch2pdf neo900-template.fig
./sch2pdf -o $@ -t neo900-template.fig \ ./sch2pdf -o $@ -t neo900-template.fig \
$(NEO900_HW)/neo900.lib $(KICAD_LIBS)/powered.lib \ $(NEO900_HW)/neo900.lib $(KICAD_LIBS)/powered.lib \
$(NEO900_HW)/neo900.sch $(NEO900_HW)/neo900.sch
diff:
test/genpng test out
test/comp test || $(MAKE) view
view:
qiv -t -R -D `echo test/_diff*.png | \
sed 's/\([^ ]*\)_diff\([^ ]*\)/\1_diff\2 \1ref\2 \1out\2/g'`
newref:
test/genpng test ref