[gtk+] Install the accessibility-dump tests



commit 53b3d068cb4f564f9b18f7a12370088c3796965b
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue May 14 23:16:56 2013 -0400

    Install the accessibility-dump tests

 tests/a11y/Makefile.am       |   27 +++++++++++++++++++++++++--
 tests/a11y/a11ytests.test.in |    4 ++++
 2 files changed, 29 insertions(+), 2 deletions(-)
---
diff --git a/tests/a11y/Makefile.am b/tests/a11y/Makefile.am
index d7a54be..42ff568 100644
--- a/tests/a11y/Makefile.am
+++ b/tests/a11y/Makefile.am
@@ -1,4 +1,5 @@
 include $(top_srcdir)/Makefile.decl
+NULL =
 
 check_PROGRAMS = $(TEST_PROGS)
 
@@ -44,7 +45,7 @@ TEST_PROGS += util
 
 noinst_PROGS = testfocus
 
-EXTRA_DIST += \
+testdata = \
        hello-world.ui hello-world.txt \
        mnemonic.ui mnemonic.txt \
        accessible-name.ui accessible-name.txt \
@@ -71,6 +72,28 @@ EXTRA_DIST += \
        scale-drawvalue.ui scale-drawvalue.txt \
        placeholder-text.ui placeholder-text.txt \
        menu.ui menu.txt \
-       combos.ui combos.txt
+       combos.ui combos.txt \
+       $(NULL)
+
+if BUILDOPT_INSTALL_TESTS
+insttestdir=$(pkglibexecdir)/installed-tests
+insttest_PROGRAMS = accessibility-dump
+
+a11ytestdir = $(insttestdir)/a11ytests
+a11ytest_DATA = $(testdata)
+
+substitutions = \
+       -e s,@pkglibexecdir\@,$(pkglibexecdir),g \
+       $(NULL)
+
+a11ytests.test: a11ytests.test.in Makefile
+       $(AM_V_GEN) sed $(substitutions) $< > $  tmp && mv $  tmp $@
+
+EXTRA_DIST += \
+       a11ytests.test.in
+
+testmetadir = $(datadir)/installed-tests/$(PACKAGE)
+testmeta_DATA = a11ytests.test
+endif
 
 -include $(top_srcdir)/git.mk
diff --git a/tests/a11y/a11ytests.test.in b/tests/a11y/a11ytests.test.in
new file mode 100644
index 0000000..e794dcf
--- /dev/null
+++ b/tests/a11y/a11ytests.test.in
@@ -0,0 +1,4 @@
+[Test]
+Exec=/bin/sh -c "@pkglibexecdir@/installed-tests/accessibility-dump --directory 
@pkglibexecdir@/installed-tests/a11ytests"
+Type=session
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]