mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-23 05:31:53 +02:00
sch2fig/Makefile: add a few more $(NAME) dependencies
This commit is contained in:
parent
c49cb4a473
commit
75e16031a0
@ -41,16 +41,16 @@ test: $(NAME)
|
|||||||
compare -metric AE ref.png _out.png _diff.png || \
|
compare -metric AE ref.png _out.png _diff.png || \
|
||||||
qiv -t -R -D _diff.png ref.png _out.png
|
qiv -t -R -D _diff.png ref.png _out.png
|
||||||
|
|
||||||
testref:
|
testref: $(NAME)
|
||||||
./$(NAME) test.lib test.sch | fig2dev -L png -m 2 >ref.png
|
./$(NAME) test.lib test.sch | fig2dev -L png -m 2 >ref.png
|
||||||
|
|
||||||
png:
|
png: $(NAME)
|
||||||
./$(NAME) test.lib test.sch -- png -o _out.png -s 2
|
./$(NAME) test.lib test.sch -- png -o _out.png -s 2
|
||||||
[ ! -r pngref.png ] || \
|
[ ! -r pngref.png ] || \
|
||||||
compare -metric AE pngref.png _out.png _diff.png || \
|
compare -metric AE pngref.png _out.png _diff.png || \
|
||||||
qiv -t -R -D _diff.png pngref.png _out.png
|
qiv -t -R -D _diff.png pngref.png _out.png
|
||||||
|
|
||||||
pngref:
|
pngref: $(NAME)
|
||||||
./$(NAME) test.lib test.sch -- png -o pngref.png -s 2
|
./$(NAME) test.lib test.sch -- png -o pngref.png -s 2
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
|
Loading…
Reference in New Issue
Block a user