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

sch2fig/Makefile (test): one negation too many

This commit is contained in:
Werner Almesberger 2016-07-26 20:40:39 -03:00
parent 58cd498ded
commit e5ba111258

View File

@ -34,7 +34,7 @@ test: $(NAME)
./$(NAME) test.lib test.sch >out.fig
fig2dev -L png -m 2 out.fig _out.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
testref: