]> sourceware.org Git - libabigail.git/commitdiff
tests/Makefile.am: Fix warning
authorDodji Seketeli <dodji@redhat.com>
Thu, 14 Oct 2021 13:27:02 +0000 (15:27 +0200)
committerDodji Seketeli <dodji@redhat.com>
Mon, 18 Oct 2021 07:56:52 +0000 (09:56 +0200)
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>
tests/Makefile.am

index 7a3a1f98c0c69ff03de3c6668749c41d284382b0..e3855aea72f59a5867d6b48335658197eb021185 100644 (file)
@@ -154,9 +154,6 @@ runtestsymtabreader_LDADD = libcatch.la $(top_builddir)/src/libabigail.la
 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
 
This page took 0.034823 seconds and 5 git commands to generate.