summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-06-07 15:48:20 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-06-07 15:48:20 -0400
commit009415b56934682b4db9a4ac74080e959a5d2278 (patch)
tree2af87097dc2cb362b1fe05491f4a361ddbdf6559
parent298eaf9ab48fc66bb3c143417cecd664ef4973fc (diff)
downloadgdk-pixbuf-009415b56934682b4db9a4ac74080e959a5d2278.tar.gz
Install the animation test
-rw-r--r--tests/Makefile.am1
-rw-r--r--tests/animation.test.in3
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 639289e85..23e4c58bd 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -37,6 +37,7 @@ pixbuf_icon_serialize_LDADD = $(LDADDS) $(GLIB_LIBS)
if BUILDOPT_INSTALL_TESTS
insttestdir = $(pkglibexecdir)/installed-tests
insttest_PROGRAMS = \
+ animation \
pixbuf-icon-serialize \
pixbuf-randomly-modified \
pixbuf-threads \
diff --git a/tests/animation.test.in b/tests/animation.test.in
new file mode 100644
index 000000000..c5f2c3384
--- /dev/null
+++ b/tests/animation.test.in
@@ -0,0 +1,3 @@
+[Test]
+Exec=@pkglibexecdir@/installed-tests/animation
+Type=session