[gnome-desktop] wallclock: Build the test application



commit e807fc65f1377c4f3619a728410c29835c32c42d
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Jun 25 21:56:18 2016 +0200

    wallclock: Build the test application

 libgnome-desktop/Makefile.am                  |    4 +++-
 libgnome-desktop/{tests => }/test-wallclock.c |    0
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/libgnome-desktop/Makefile.am b/libgnome-desktop/Makefile.am
index 9c4da15..b184f50 100644
--- a/libgnome-desktop/Makefile.am
+++ b/libgnome-desktop/Makefile.am
@@ -138,7 +138,7 @@ if DEBUG_TOOLS_ENABLED
 libexec_PROGRAMS = gnome-rr-debug
 endif
 
-noinst_PROGRAMS = test-xkb-info test-pnp-ids test-wall-clock test-desktop-thumbnail test-idle-monitor 
test-languages
+noinst_PROGRAMS = test-xkb-info test-pnp-ids test-wall-clock test-desktop-thumbnail test-idle-monitor 
test-languages test-wallclock
 test_xkb_info_LDADD =          \
        $(GNOME_DESKTOP_LIBS)   \
        $(lib_LTLIBRARIES)
@@ -153,4 +153,6 @@ test_idle_monitor_LDADD = $(test_xkb_info_LDADD)
 
 test_languages_LDADD = $(test_xkb_info_LDADD)
 
+test_wallclock_LDADD = $(test_xkb_info_LDADD)
+
 -include $(top_srcdir)/git.mk
diff --git a/libgnome-desktop/tests/test-wallclock.c b/libgnome-desktop/test-wallclock.c
similarity index 100%
rename from libgnome-desktop/tests/test-wallclock.c
rename to libgnome-desktop/test-wallclock.c


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]