summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-12-19 14:01:39 -0500
committerMatthias Clasen <mclasen@redhat.com>2013-12-19 14:03:53 -0500
commit7a5659241a74cecc12f802850d71f1aad48ddf88 (patch)
treee8c8a4d268fd4593025db472fd039000f0b232b7 /tests/Makefile.am
parentdd3b97116bfaa4f44e42b724113abcaeb55c6666 (diff)
downloadgdk-pixbuf-7a5659241a74cecc12f802850d71f1aad48ddf88.tar.gz
tests: Use TAP
Instead of using gtester, switch to using the TAP support and the automake test harness.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1139b794f..efa3c7c40 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,4 +1,4 @@
-include $(top_srcdir)/glib.mk
+include $(top_srcdir)/glib-tap.mk
INCLUDES = \
-I$(top_srcdir) \
@@ -24,6 +24,10 @@ noinst_PROGRAMS = \
pixbuf-random \
pixbuf-threads \
pixbuf-icon-serialize \
+ pixbuf-icc \
+ pixbuf-stream \
+ pixbuf-resource \
+ pixbuf-scale \
$(NULL)
test_programs = \