mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-23 11:13:44 +02:00
sch2fig/Makefile (test): one negation too many
This commit is contained in:
parent
58cd498ded
commit
e5ba111258
@ -34,7 +34,7 @@ test: $(NAME)
|
|||||||
./$(NAME) test.lib test.sch >out.fig
|
./$(NAME) test.lib test.sch >out.fig
|
||||||
fig2dev -L png -m 2 out.fig _out.png
|
fig2dev -L png -m 2 out.fig _out.png
|
||||||
[ ! -r ref.png ] || \
|
[ ! -r ref.png ] || \
|
||||||
! 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:
|
||||||
|
Loading…
Reference in New Issue
Block a user