[gnome-desktop] wallclock: Remove duplicated wallclock test



commit ffcb11b93357fe011e2a593b41a63a46543a7c98
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Apr 3 10:16:55 2017 +0200

    wallclock: Remove duplicated wallclock test
    
    test-wallclock.c contains pretty much the same code as test-wall-clock.c
    but without the necessary locale support calls. Remove it.

 libgnome-desktop/Makefile.am      |    4 +---
 libgnome-desktop/test-wallclock.c |   34 ----------------------------------
 2 files changed, 1 insertions(+), 37 deletions(-)
---
diff --git a/libgnome-desktop/Makefile.am b/libgnome-desktop/Makefile.am
index b184f50..9c4da15 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 test-wallclock
+noinst_PROGRAMS = test-xkb-info test-pnp-ids test-wall-clock test-desktop-thumbnail test-idle-monitor 
test-languages
 test_xkb_info_LDADD =          \
        $(GNOME_DESKTOP_LIBS)   \
        $(lib_LTLIBRARIES)
@@ -153,6 +153,4 @@ 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


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