summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2020-04-29 15:16:58 -0400
committerRay Strode <rstrode@redhat.com>2020-04-30 16:48:13 -0400
commit32dac9ed4a82e39c35e24e2498df0e60fb9a3940 (patch)
tree2b9243eb9e1e7a9057d8f407a068dbad82441ead /tests
parent9ef50d4e153c8f5d74e5b65b3ef7488bfaa1e9d3 (diff)
downloadgdm-32dac9ed4a82e39c35e24e2498df0e60fb9a3940.tar.gz
Drop autogoo goo goo
Our turkey has freezer burn, so I'm dropping it. https://gitlab.gnome.org/GNOME/gdm/-/merge_requests/96
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am39
1 files changed, 0 insertions, 39 deletions
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)
-