[dconf] tests/: remove dbus1 and gsettings programs



commit bc5343b4e711cc30617db7c7aea71d0a5e7d6c09
Author: Ryan Lortie <desrt desrt ca>
Date:   Mon Jul 16 15:31:24 2012 -0400

    tests/: remove dbus1 and gsettings programs
    
    These old programs aren't part of the test suite and they're not very
    useful now that we have proper testcases.

 tests/.gitignore  |    2 -
 tests/Makefile.am |    7 +-
 tests/dbus1.c     |  349 ---------------------------------------------
 tests/gsettings.c |  409 -----------------------------------------------------
 4 files changed, 1 insertions(+), 766 deletions(-)
---
diff --git a/tests/.gitignore b/tests/.gitignore
index 9e74fd0..686b020 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -2,11 +2,9 @@ libdconf-mock.a
 
 changeset
 client
-dbus1
 engine
 gdbus-filter
 gdbus-thread
-gsettings
 gvdb
 libdbus-1
 paths
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f37b363..1f15f83 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,7 +1,7 @@
 include $(top_srcdir)/Makefile.gtester
 
 noinst_LIBRARIES = libdconf-mock.a
-noinst_PROGRAMS = $(TEST_PROGS) gsettings dbus1
+noinst_PROGRAMS = $(TEST_PROGS)
 noinst_HEADERS = dconf-mock.h
 
 libdconf_mock_a_CFLAGS = $(glib_CFLAGS)
@@ -10,11 +10,6 @@ libdconf_mock_a_SOURCES = \
 	dconf-mock-gvdb.c	\
 	dconf-mock-shm.c
 
-gsettings_CFLAGS = $(gio_CFLAGS)
-gsettings_LDADD = $(gio_LIBS)
-dbus1_CFLAGS = $(glib_CFLAGS) $(dbus_CFLAGS)
-dbus1_LDADD = -L../dbus-1 -ldconf-dbus-1 $(glib_LIBS)
-
 TEST_PROGS += paths
 paths_CFLAGS = $(glib_CFLAGS)
 paths_LDADD = \



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