1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-07-05 04:21:04 +03:00

eeshow/Makefile (pdf): new test target to exercise eeshow -r

This commit is contained in:
Werner Almesberger 2016-08-02 16:26:33 -03:00
parent 6793f06aeb
commit 4721cdea83

View File

@ -25,7 +25,7 @@ LDLIBS = -lm \
include ../common/Makefile.c-common
.PHONY: test neo900 sch test testref png pngref diff view newref
.PHONY: test neo900 sch test testref png pngref pdf diff view newref
all:: $(NAME)
@ -77,6 +77,10 @@ neo900.pdf: $(NAME) sch2pdf neo900-template.fig
$(NEO900_HW)/neo900.lib $(KICAD_LIBS)/powered.lib \
$(NEO900_HW)/neo900.sch
pdf: $(NAME)
./eeshow -r $(NEO900_HW)/neo900.lib $(KICAD_LIBS)/powered.lib \
$(NEO900_HW)/neo900.sch -- pdf -o neo900.pdf
#----- Regression test based on Neo900 schematics -----------------------------
diff: $(NAME)