From 571eb318d2dbfd85608b3054c90137bde7831f8a Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 24 Jun 2013 14:11:30 -0400 Subject: [PATCH] Revert "Install a11y tests too" This reverts commit 2b4f47d4443bd4625dfbc02eb38faed926d0758d. These are presently "examples" (because they're just run interactively, not automatable tests). Conflicts: tests/accessibility/Makefile.am --- tests/accessibility/Makefile.am | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/tests/accessibility/Makefile.am b/tests/accessibility/Makefile.am index 0483541a6..0c5b19e2f 100644 --- a/tests/accessibility/Makefile.am +++ b/tests/accessibility/Makefile.am @@ -28,25 +28,4 @@ noinst_PROGRAMS = DISTCLEANFILES = -if ENABLE_INSTALLED_TESTS -# installed tests -insttestdir = $(libexecdir)/installed-tests/$(PACKAGE)/accessibility -insttest_PROGRAMS = \ - cally-atkcomponent-example \ - cally-atkeditabletext-example \ - cally-atkevents-example \ - cally-atktext-example \ - cally-clone-example - -%.test: %$(EXEEXT) Makefile - $(AM_V_GEN) (echo '[Test]' > $@.tmp; \ - echo 'Type=session' >> $@.tmp; \ - echo 'Exec=$(insttestdir)/$<' >> $@.tmp; \ - mv $@.tmp $@) - -testmetadir = $(datadir)/installed-tests/$(PACKAGE) -testmeta_DATA = $(insttest_PROGRAMS:=.test) - -endif - -include $(top_srcdir)/build/autotools/Makefile.am.gitignore