[gedit] Remove empty tests/ directory



commit bdd0b6c330dd683ef3fcdc41b56fcbb75debf7d9
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Nov 28 18:52:32 2015 +0100

    Remove empty tests/ directory
    
    The "You aren't going to need it" principle. Keep things simple.

 Makefile.am       |    4 ----
 tests/Makefile.am |   13 -------------
 2 files changed, 0 insertions(+), 17 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index cd26a3e..5f10764 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -84,7 +84,6 @@ pkglib_LTLIBRARIES        =
 gsettings_SCHEMAS         =
 gsettings_ENUMS           =
 dist_gsettingsschema_DATA =
-TESTS                     =
 BUILT_SOURCES             =
 CLEANFILES                =
 
@@ -92,7 +91,6 @@ include data/Makefile.am
 include pixmaps/Makefile.am
 include win32/Makefile.am
 include osx/bundle/data/Makefile.am
-include tests/Makefile.am
 include plugins/Makefile.am
 include gedit/Makefile.am
 
@@ -102,8 +100,6 @@ CLEANFILES += $(gsettings_SCHEMAS) $(gsettings_ENUMS) $(BUILT_SOURCES)
 DISTCLEANFILES += $(gsettings_SCHEMAS) $(gsettings_ENUMS) $(BUILT_SOURCES)
 MAINTAINERCLEANFILES += $(gsettings_SCHEMAS:.xml=.valid)
 
-noinst_PROGRAMS += $(TESTS)
-
 @INTLTOOL_DESKTOP_RULE@
 @INTLTOOL_XML_RULE@
 


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