[gtk+] tests: Install testsuite/css



commit 12953f20b334230ab5116dd3aa626ff453bafc55
Author: Benjamin Otte <otte redhat com>
Date:   Tue May 21 12:37:49 2013 +0200

    tests: Install testsuite/css

 testsuite/css/Makefile.am |   23 +++++++++++++++++++++++
 testsuite/css/api.test.in |    3 +++
 2 files changed, 26 insertions(+), 0 deletions(-)
---
diff --git a/testsuite/css/Makefile.am b/testsuite/css/Makefile.am
index cd5b0d6..4275b27 100644
--- a/testsuite/css/Makefile.am
+++ b/testsuite/css/Makefile.am
@@ -1,8 +1,11 @@
 include $(top_srcdir)/Makefile.decl
 
+NULL =
+
 SUBDIRS = parser
 
 check_PROGRAMS = $(TEST_PROGS)
+test_in_files =
 
 AM_CPPFLAGS =                          \
        -I$(top_srcdir)                 \
@@ -20,5 +23,25 @@ LDADD = \
        $(GTK_DEP_LIBS)
 
 TEST_PROGS += api 
+test_in_files += api.test.in
+
+if BUILDOPT_INSTALL_TESTS
+insttestdir=$(pkglibexecdir)/installed-tests/css
+insttest_PROGRAMS = $(TEST_PROGS)
+
+substitutions = \
+       -e s,@pkglibexecdir\@,$(pkglibexecdir),g \
+       $(NULL)
+
+test_files = $(test_in_files:.test.in=.test)
+
+$(test_files): %.test: %.test.in
+       $(AM_V_GEN) sed $(substitutions) $< > $  tmp && mv $  tmp $@
+
+EXTRA_DIST += $(test_in_files)
+
+testmetadir = $(datadir)/installed-tests/$(PACKAGE)/css
+testmeta_DATA = $(test_files)
+endif
 
 -include $(top_srcdir)/git.mk
diff --git a/testsuite/css/api.test.in b/testsuite/css/api.test.in
new file mode 100644
index 0000000..7966f5a
--- /dev/null
+++ b/testsuite/css/api.test.in
@@ -0,0 +1,3 @@
+[Test]
+Exec= pkglibexecdir@/installed-tests/css/api
+Type=session


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