Fix a nagging warning coming from referencing test binaries that are
no more present.
* tests/Makefile.am: Stop referring to test-dot.cc which is no
more.
Signed-off-by: Dodji Seketeli <dodji@redhat.com>
runtestsvg_SOURCES=test-svg.cc
runtestsvg_LDADD=$(top_builddir)/src/libabigail.la
-runtestdot_SOURCES = test-dot.cc
-runtestdot_LDADD = $(top_builddir)/src/libabigail.la
-
testirwalker_SOURCES=test-ir-walker.cc
testirwalker_LDADD=$(top_builddir)/src/libabigail.la