[evolution] Remove test EShellBackend module.



commit ccefbd7f7704a76536d8a0982b1b8f700c70e0ca
Author: Matthew Barnes <mbarnes redhat com>
Date:   Fri Aug 24 17:29:47 2012 -0400

    Remove test EShellBackend module.
    
    This was useful early in the kill-bonobo project when I was rewriting
    EShell from scratch.  Nowadays not so much.  Drop it.

 Makefile.am                        |    1 -
 configure.ac                       |   11 --
 po/POTFILES.in                     |    1 -
 shell/Makefile.am                  |    4 -
 shell/test/Makefile.am             |   31 ------
 shell/test/e-test-shell-backend.c  |  203 ------------------------------------
 shell/test/e-test-shell-backend.h  |   67 ------------
 shell/test/e-test-shell-view.c     |  159 ----------------------------
 shell/test/e-test-shell-view.h     |   66 ------------
 shell/test/evolution-module-test.c |   41 -------
 10 files changed, 0 insertions(+), 584 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index dfa620f..a8dc58d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -147,7 +147,6 @@ MAINTAINERCLEANFILES =			\
 DISTCHECK_CONFIGURE_FLAGS =		\
 	--enable-gtk-doc		\
 	--disable-goa			\
-	--enable-test-component		\
 	--disable-image-inline		\
 	--disable-pst-import		\
 	--disable-weather		\
diff --git a/configure.ac b/configure.ac
index 3eccc16..5d980e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -410,16 +410,6 @@ dnl Purify support
 dnl ***************
 EVO_PURIFY_SUPPORT
 
-dnl **************
-dnl Test Component
-dnl **************
-AC_ARG_ENABLE([test-component],
-	AS_HELP_STRING([--enable-test-component],
-	[Enable test component.]),
-	[enable_test_comp=$enableval],[enable_test_comp=no])
-
-AM_CONDITIONAL(ENABLE_TEST_COMPONENT, [test x$enable_test_comp = xyes])
-
 dnl ***************
 dnl Timezone checks
 dnl ***************
@@ -1441,7 +1431,6 @@ libemail-engine/libemail-engine.pc
 libgnomecanvas/Makefile
 shell/Makefile
 shell/evo-version.h
-shell/test/Makefile
 ui/Makefile
 views/Makefile
 views/addressbook/Makefile
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 5265689..c1a97ed 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -419,7 +419,6 @@ shell/e-shell-window.c
 shell/e-shell-window-private.c
 shell/main.c
 shell/shell.error.xml
-shell/test/e-test-shell-backend.c
 smclient/eggdesktopfile.c
 smclient/eggsmclient.c
 smime/gui/ca-trust-dialog.c
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 7f4cf87..c2829a1 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -1,7 +1,3 @@
-if ENABLE_TEST_COMPONENT
-SUBDIRS = . test
-endif
-
 # Executable
 bin_PROGRAMS = evolution
 



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