From 3315aee70915deb12374ab1d6134e4414114bec3 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Sun, 2 Oct 2011 21:03:49 -0400 Subject: [PATCH] Re-enable 'include' testcase The bug is fixed now. https://bugzilla.gnome.org/show_bug.cgi?id=659866 --- glib/tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glib/tests/Makefile.am b/glib/tests/Makefile.am index 124fa6f..aa5e554 100644 --- a/glib/tests/Makefile.am +++ b/glib/tests/Makefile.am @@ -218,8 +218,8 @@ TEST_PROGS += unix-nothreads unix_nothreads_SOURCES = unix.c unix_nothreads_LDADD = $(progs_ldadd) -#TEST_PROGS += include -#include_LDADD = $(progs_ldadd) +TEST_PROGS += include +include_LDADD = $(progs_ldadd) # some testing of gtester funcitonality XMLLINT=xmllint -- 2.7.4