summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-01-13 17:09:17 +0100
committerJan Tojnar <jtojnar@gmail.com>2020-01-13 17:09:17 +0100
commita599a04de61daa395807365b850a429454164426 (patch)
tree1db360767c18b516bd2e3ab23fd578864069720f /tests
parent55eb69247fe2b479ea43311503042fc03bf4e67d (diff)
downloadlibnotify-a599a04de61daa395807365b850a429454164426.tar.gz
Drop Autotools
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am93
1 files changed, 0 insertions, 93 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
deleted file mode 100644
index 51fc0bd..0000000
--- a/tests/Makefile.am
+++ /dev/null
@@ -1,93 +0,0 @@
-INCLUDES = \
- -I$(top_srcdir) \
- $(TESTS_CFLAGS)
-
-noinst_PROGRAMS = \
- test-replace \
- test-replace-widget \
- test-server-info \
- test-default-action \
- test-multi-actions \
- test-action-icons \
- test-image \
- test-basic \
- test-error \
- test-markup \
- test-persistence \
- test-removal \
- test-resident \
- test-rtl \
- test-size-changes \
- test-transient \
- test-urgency \
- test-xy \
- test-xy-actions \
- test-xy-stress
-
-common_ldflags = \
- $(top_builddir)/libnotify/libnotify.la \
- $(TESTS_LIBS)
-
-test_replace_SOURCES = test-replace.c
-test_replace_LDADD = $(common_ldflags)
-
-test_replace_widget_SOURCES = test-replace-widget.c
-test_replace_widget_LDADD = $(common_ldflags)
-
-test_server_info_SOURCES = test-server-info.c
-test_server_info_LDADD = $(common_ldflags)
-
-test_size_changes_SOURCES = test-size-changes.c
-test_size_changes_LDADD = $(common_ldflags)
-
-test_default_action_SOURCES = test-default-action.c
-test_default_action_LDADD = $(common_ldflags)
-
-test_multi_actions_SOURCES = test-multi-actions.c
-test_multi_actions_LDADD = $(common_ldflags)
-
-test_action_icons_SOURCES = test-action-icons.c
-test_action_icons_LDADD = $(common_ldflags)
-
-test_image_SOURCES = test-image.c
-test_image_LDADD = $(common_ldflags)
-
-test_basic_SOURCES = test-basic.c
-test_basic_LDADD = $(common_ldflags)
-
-test_error_SOURCES = test-error.c
-test_error_LDADD = $(common_ldflags)
-
-test_markup_SOURCES = test-markup.c
-test_markup_LDADD = $(common_ldflags)
-
-test_urgency_SOURCES = test-urgency.c
-test_urgency_LDADD = $(common_ldflags)
-
-test_xy_SOURCES = test-xy.c
-test_xy_LDADD = $(common_ldflags)
-
-test_xy_actions_SOURCES = test-xy-actions.c
-test_xy_actions_LDADD = $(common_ldflags)
-
-test_xy_stress_SOURCES = test-xy-stress.c
-test_xy_stress_LDADD = $(common_ldflags)
-
-test_rtl_SOURCES = test-rtl.c
-test_rtl_LDADD = $(common_ldflags)
-
-test_persistence_SOURCES = test-persistence.c
-test_persistence_LDADD = $(common_ldflags)
-
-test_removal_SOURCES = test-removal.c
-test_removal_LDADD = $(common_ldflags)
-
-test_resident_SOURCES = test-resident.c
-test_resident_LDADD = $(common_ldflags)
-
-test_transient_SOURCES = test-transient.c
-test_transient_LDADD = $(common_ldflags)
-
-EXTRA_DIST = applet-critical.png test-gir.py
-
--include $(top_srcdir)/git.mk