[gnome-music] Remove tests



commit 6ce35e916aa64aa50d27ffb3569b7b500ba4ba5a
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Tue Jul 16 11:56:37 2013 +0200

    Remove tests
    
    Tests for Gnome Music were useful on early stages of development, but now they are:
     a) hard to maintain
     b) test only insignificant minimum if functionality
     c) quite useless without CI or constant control
    
    Good night, sweet prince

 Makefile.am                    |    2 +-
 configure.ac                   |    1 -
 tests/Makefile.am              |   21 -----
 tests/tests_albumArt.js        |   75 ------------------
 tests/tests_albumPlayback.js   |  163 ----------------------------------------
 tests/tests_artistsPlayback.js |  151 -------------------------------------
 6 files changed, 1 insertions(+), 412 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index f98e024..cea1a76 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
 ACLOCAL_AMFLAGS = -I m4 -I libgd
 NULL =
 
-SUBDIRS = po libgd src data tests
+SUBDIRS = po libgd src data
 
 EXTRA_DIST = \
        AUTHORS.in \
diff --git a/configure.ac b/configure.ac
index 188d875..1fdd8ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,6 +50,5 @@ AC_CONFIG_FILES([
   libgd/Makefile
   src/Makefile
   po/Makefile.in
-  tests/Makefile
 ])
 AC_OUTPUT


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