summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2016-06-25 21:56:18 +0200
committerBastien Nocera <hadess@hadess.net>2016-06-25 21:56:18 +0200
commite807fc65f1377c4f3619a728410c29835c32c42d (patch)
tree1df2771c51fdcd2317f8fd44132c6c4f72073335
parent140aa80ae4b3d83505e374d0d3a53068a6489e17 (diff)
downloadgnome-desktop-e807fc65f1377c4f3619a728410c29835c32c42d.tar.gz
wallclock: Build the test application
-rw-r--r--libgnome-desktop/Makefile.am4
-rw-r--r--libgnome-desktop/test-wallclock.c (renamed from 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 9c4da151..b184f50e 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
index ea35c0da..ea35c0da 100644
--- a/libgnome-desktop/tests/test-wallclock.c
+++ b/libgnome-desktop/test-wallclock.c