From 32dac9ed4a82e39c35e24e2498df0e60fb9a3940 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Wed, 29 Apr 2020 15:16:58 -0400 Subject: Drop autogoo goo goo Our turkey has freezer burn, so I'm dropping it. https://gitlab.gnome.org/GNOME/gdm/-/merge_requests/96 --- tests/Makefile.am | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 tests/Makefile.am (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am deleted file mode 100644 index c6475af8..00000000 --- a/tests/Makefile.am +++ /dev/null @@ -1,39 +0,0 @@ -NULL = - -AM_CPPFLAGS = \ - -I. \ - -I.. \ - -I$(top_srcdir)/common \ - $(COMMON_CFLAGS) \ - $(NULL) - -TESTS = \ - m-common \ - $(NULL) - -if HAVE_CHECK -noinst_PROGRAMS = \ - $(TESTS) \ - $(NULL) -endif - -m_common_SOURCES = \ - m-common.c \ - s-common-address.c \ - s-common-address.h \ - s-common.c \ - s-common.h \ - $(NULL) - -m_common_CFLAGS = \ - @CHECK_CFLAGS@ \ - $(COMMON_CFLAGS) \ - $(NULL) - -m_common_LDADD = \ - $(top_builddir)/common/libgdmcommon.la \ - @CHECK_LIBS@ \ - $(COMMON_LIBS) \ - $(EXTRA_TEST_LIBS) \ - $(NULL) - -- cgit v1.2.1