From 5505f5b7c1f43c0cbcc0b5727377fe32a7619af0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 29 May 2008 23:12:21 +0000 Subject: [PATCH] Make make check work. svn path=/trunk/; revision=20242 --- ChangeLog | 4 ++++ tests/Makefile.am | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c60fbf81d3..3f8b368dee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-05-29 Matthias Clasen + + * tests/Makefile.am: Don't add testmountoperation to TEST_PROGS. + 2008-05-29 Tor Lillqvist Bug 535526 - updateiconcache.c: using open/close without prototype diff --git a/tests/Makefile.am b/tests/Makefile.am index 4a17e97194..00ec732823 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 \