public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [PATCH, applied] tests/Makefile.am: Fix warning
@ 2021-10-18  8:43 Dodji Seketeli
  0 siblings, 0 replies; only message in thread
From: Dodji Seketeli @ 2021-10-18  8:43 UTC (permalink / raw)
  To: libabigail

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-18  8:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-18  8:43 [PATCH, applied] tests/Makefile.am: Fix warning Dodji Seketeli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).