[PATCH, applied] tests/Makefile.am: Fix warning

Dodji Seketeli dodji@redhat.com
Mon Oct 18 08:43:34 GMT 2021


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(-)

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
 
-- 
2.32.0


-- 
		Dodji



More information about the Libabigail mailing list