mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-23 00:59:42 +02:00
eeshow/Makefile (pdf): new test target to exercise eeshow -r
This commit is contained in:
parent
6793f06aeb
commit
4721cdea83
@ -25,7 +25,7 @@ LDLIBS = -lm \
|
|||||||
|
|
||||||
include ../common/Makefile.c-common
|
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)
|
all:: $(NAME)
|
||||||
|
|
||||||
@ -77,6 +77,10 @@ neo900.pdf: $(NAME) sch2pdf 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
|
||||||
|
|
||||||
|
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 -----------------------------
|
#----- Regression test based on Neo900 schematics -----------------------------
|
||||||
|
|
||||||
diff: $(NAME)
|
diff: $(NAME)
|
||||||
|
Loading…
Reference in New Issue
Block a user