[gnome-software] trivial: Fix make check
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Fix make check
- Date: Thu, 10 Oct 2013 15:40:19 +0000 (UTC)
commit 787d67f7246429e4a4b3fbfe56533d8e5e969e15
Author: Richard Hughes <richard hughsie com>
Date: Thu Oct 10 16:22:19 2013 +0100
trivial: Fix make check
src/Makefile.am | 2 ++
src/gs-self-test.c | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index da6d0c7..d133d09 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -127,9 +127,11 @@ gs_self_test_SOURCES = \
gs-plugin.c \
gs-profile.c \
gs-screenshot.c \
+ gs-utils.c \
gs-self-test.c
gs_self_test_LDADD = \
+ $(NOTIFY_LIBS) \
$(GLIB_LIBS) \
$(GTK_LIBS)
diff --git a/src/gs-self-test.c b/src/gs-self-test.c
index 55c45df..e982e8d 100644
--- a/src/gs-self-test.c
+++ b/src/gs-self-test.c
@@ -311,6 +311,7 @@ gs_plugin_loader_refine_func (void)
g_assert (ret);
/* get the extra bits */
+ g_setenv ("GNOME_SOFTWARE_USE_PKG_DESCRIPTIONS", "1", TRUE);
app = gs_app_new ("gimp");
gs_app_set_source (app, "gimp");
ret = gs_plugin_loader_app_refine (loader, app,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]