summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2017-10-30 17:35:45 -0500
committerMike Gorse <mgorse@alum.wpi.edu>2017-10-30 17:35:45 -0500
commiteb3d9e06cc612fc94c21f107ee001cadcf2ea95b (patch)
tree4130a31c7f48faffa2a44c1a960e2390ed214198 /tests
parent3ea01613fb9f10d67f45e931fa5664a68ac49a29 (diff)
downloadat-spi2-atk-eb3d9e06cc612fc94c21f107ee001cadcf2ea95b.tar.gz
Drop autotools support
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am88
-rw-r--r--tests/data/Makefile.am13
-rw-r--r--tests/dummyatk/Makefile.am44
3 files changed, 0 insertions, 145 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
deleted file mode 100644
index 034d8e8..0000000
--- a/tests/Makefile.am
+++ /dev/null
@@ -1,88 +0,0 @@
-SUBDIRS = data dummyatk
-
-noinst_PROGRAMS = atk-test app-test
-TESTS = atk-test
-lib_LTLIBRARIES =libxmlloader.la libtestutils.la
-
-atk_test_CFLAGS = $(DBUS_CFLAGS) \
- $(GLIB_CFLAGS) \
- $(ATSPI_CFLAGS) \
- -I$(top_builddir)\
- -I$(top_srcdir)/tests/dummyatk/ \
- -I$(top_builddir)/tests/dummyatk/.libs \
- -I$(top_builddir)/tests/dummyatk/.deps \
- -I$(top_srcdir) \
- -Wall
-
-atk_test_LDADD = libxmlloader.la \
- libtestutils.la \
- $(GLIB_LIBS) \
- $(ATSPI_LIBS) \
- $(top_builddir)/tests/dummyatk/libdummyatk.la
-
-atk_test_CPPFLAGS = -DTESTS_BUILD_DIR=\"$(top_builddir)/tests\" \
- -DTESTS_SRC_DIR=\"$(top_srcdir)/tests\" \
- -DTESTS_DATA_DIR=\"$(top_srcdir)/tests/data\"
-
-atk_test_SOURCES = atk_suite.c \
- atk_suite.h \
- atk_test_accessible.c \
- atk_test_action.c \
- atk_test_component.c \
- atk_test_collection.c \
- atk_test_editable_text.c \
- atk_test_document.c \
- atk_test_hyperlink.c \
- atk_test_hypertext.c \
- atk_test_image.c \
- atk_test_selection.c \
- atk_test_state_set.c \
- atk_test_table.c \
- atk_test_table_cell.c \
- atk_test_text.c \
- atk_test_value.c
-
-app_test_CFLAGS = -I$(top_builddir) \
- $(GLIB_CFLAGS) \
- $(ATK_CFLAGS) \
- -I$(top_srcdir)/tests/dummyatk \
- -I$(top_srcdir)/atk-adaptor \
- -Wall
-
-app_test_LDADD = libxmlloader.la \
- libtestutils.la \
- $(GLIB_LIBS) \
- $(ATK_LIBS) \
- $(top_builddir)/tests/dummyatk/libdummyatk.la \
- $(top_builddir)/atk-adaptor/libatk-bridge-2.0.la
-
-app_test_SOURCES = test-application.c
-
-libxmlloader_la_CFLAGS = $(GLIB_CFLAGS) \
- $(GOBJ_CFLAGS) \
- $(XML_CFLAGS) \
- $(ATK_CFLAGS) \
- -I$(top_srcdir)/tests/dummyatk/ \
- -Wall
-
-libxmlloader_la_LIBADD = $(GLIB_LIBS) \
- $(XML_LIBS) \
- $(GOBJ_LIBS) \
- $(top_builddir)/tests/dummyatk/libdummyatk.la \
- $(ATK_LIBS)
-
-libxmlloader_la_SOURCES = atk-object-xml-loader.c\
- atk-object-xml-loader.h
-
-libtestutils_la_CFLAGS = -I$(top_builddir) \
- $(GLIB_CFLAGS) \
- $(ATSPI_CFLAGS) \
- -Wall
-
-libtestutils_la_LIBADD = $(GLIB_LIBS) \
- $(ATSPI_LIBS)
-
-libtestutils_la_SOURCES = atk_test_util.c \
- atk_test_util.h
-
-EXTRA_DIST = meson.build
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am
deleted file mode 100644
index 7291fd2..0000000
--- a/tests/data/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-EXTRA_DIST = test-accessible.xml \
- test-action.xml \
- test-collection.xml\
- test-component.xml \
- test-document.xml \
- test-editable-text.xml \
- test-hypertext.xml \
- test-image.xml \
- test-selection.xml \
- test-table.xml \
- test-text.xml \
- test-value.xml \
- test.xml
diff --git a/tests/dummyatk/Makefile.am b/tests/dummyatk/Makefile.am
deleted file mode 100644
index 966e483..0000000
--- a/tests/dummyatk/Makefile.am
+++ /dev/null
@@ -1,44 +0,0 @@
-lib_LTLIBRARIES = libdummyatk.la
-
-libdummyatk_la_CFLAGS = $(ATK_CFLAGS) \
- $(GLIB_CFLAGS) \
- $(GOBJ_CFLAGS) \
- -I$(top_srcdir) \
- -Wall
-
-libdummyatk_la_LDFLAGS = -no-undefined
-
-libdummyatk_la_LIBADD = $(ATK_LIBS) \
- $(GLIB_LIBS) \
- $(GOBJ_LIBS)
-
-libdummyatk_la_SOURCES = \
- my-atk-action.c \
- my-atk-action.h \
- my-atk-component.c \
- my-atk-component.h \
- my-atk-document.c \
- my-atk-document.h \
- my-atk-editable-text.c \
- my-atk-editable-text.h \
- my-atk-hyperlink.c \
- my-atk-hyperlink.h \
- my-atk-hypertext.c \
- my-atk-hypertext.h \
- my-atk-image.c \
- my-atk-image.h \
- my-atk-text.c \
- my-atk-text.h \
- my-atk-object.c \
- my-atk-object.h \
- my-atk-table.c \
- my-atk-table.h \
- my-atk-table-cell.c \
- my-atk-table-cell.h \
- my-atk-selection.c \
- my-atk-selection.h \
- my-atk-value.c \
- my-atk-value.h \
- my-atk.h
-
-EXTRA_DIST = meson.build