summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-05-29 23:12:21 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-05-29 23:12:21 +0000
commit5505f5b7c1f43c0cbcc0b5727377fe32a7619af0 (patch)
treeb5ba75f5efd4b20f3142058f65902c2c461e00d2
parent9038f2ce984e005ce04a7a40d45fe83fa79fd342 (diff)
downloadgdk-pixbuf-5505f5b7c1f43c0cbcc0b5727377fe32a7619af0.tar.gz
Make make check work.
svn path=/trunk/; revision=20242
-rw-r--r--ChangeLog4
-rw-r--r--tests/Makefile.am4
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c60fbf81d..3f8b368de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-29 Matthias Clasen <mclasen@redhat.com>
+
+ * tests/Makefile.am: Don't add testmountoperation to TEST_PROGS.
+
2008-05-29 Tor Lillqvist <tml@novell.com>
Bug 535526 - updateiconcache.c: using open/close without prototype
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4a17e9719..00ec73282 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -52,9 +52,6 @@ TEST_PROGS += textbuffertest
textbuffertest_DEPENDENCIES = $(TEST_DEPS)
textbuffertest_LDADD = $(LDADDS)
textbuffertest_SOURCES = textbuffertest.c pixbuf-init.c
-if OS_UNIX
-TEST_PROGS += testmountoperation
-endif
noinst_PROGRAMS = $(TEST_PROGS) \
simple \
@@ -80,6 +77,7 @@ noinst_PROGRAMS = $(TEST_PROGS) \
testinput \
testmenus \
testmenubars \
+ testmountoperation \
testmultidisplay \
testmultiscreen \
testnotebookdnd \