summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-10-25 14:13:40 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-10-25 14:13:40 +0000
commit9095a445781a26a1b2ab5b320a6d9abbc17a88aa (patch)
tree75b64e5c1271e36f1207498b3113c67d0d6c499e /tests
parent6fa44ae40794f1f0c58915db5fa5d0686d5112c9 (diff)
downloadgdk-pixbuf-9095a445781a26a1b2ab5b320a6d9abbc17a88aa.tar.gz
Add testimage.
2004-10-25 Matthias Clasen <mclasen@redhat.com> * tests/Makefile.am (noinst_PROGRAMS): Add testimage.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 41b194802..cce2e839d 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -39,6 +39,7 @@ noinst_PROGRAMS = \
testgtk \
testiconview \
testicontheme \
+ testimage \
testinput \
testmenus \
testmultidisplay \
@@ -80,6 +81,7 @@ testfilechooser_DEPENDENCIES = $(TEST_DEPS)
testfilechooserbutton_DEPENDENCIES = $(TEST_DEPS)
testgtk_DEPENDENCIES = $(TEST_DEPS)
testinput_DEPENDENCIES = $(TEST_DEPS)
+testimage_DEPENDENCIES = $(TEST_DEPS)
testmenus_DEPENDENCIES = $(TEST_DEPS)
testmultidisplay_DEPENDENCIES = $(TEST_DEPS)
testmultiscreen_DEPENDENCIES = $(TEST_DEPS)
@@ -115,6 +117,7 @@ testgtk_LDADD = $(LDADDS)
testicontheme_LDADD = $(LDADDS)
testiconview_LDADD = $(LDADDS)
testinput_LDADD = $(LDADDS)
+testimage_LDADD = $(LDADDS)
testmenus_LDADD = $(LDADDS)
testmultidisplay_LDADD = $(LDADDS)
testmultiscreen_LDADD = $(LDADDS)