[applied] tests/Makefile.am: Fix warning

Message ID 87a6j6d8p5.fsf@redhat.com
State New
Headers
Series [applied] tests/Makefile.am: Fix warning |

Commit Message

Dodji Seketeli Oct. 18, 2021, 8:43 a.m. UTC
  Hello,

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 | 3 ---
 1 file changed, 3 deletions(-)
  

Patch

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 7a3a1f98..e3855aea 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -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