diff options
author | Juan A. Suarez Romero <jasuarez@igalia.com> | 2013-06-23 15:25:10 +0200 |
---|---|---|
committer | Juan A. Suarez Romero <jasuarez@igalia.com> | 2013-06-23 15:25:10 +0200 |
commit | d0342ba4807267bd5636b35b460aafdb450ee6b2 (patch) | |
tree | 920a12da23b0c51bdc833279d81fb0eb60be276d /tests/Makefile.am | |
parent | d0664235c7cc08514e0a82361e1a8fab0462f0a4 (diff) |
tests: remove local-metadata tests
Local metadata tests design are essentially broken.
They should be designed again from scratch.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 30c33b8..b69c7c1 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -9,16 +9,11 @@ include $(top_srcdir)/gtester.mk SUBDIRS = -if LOCALMETADATA_PLUGIN -SUBDIRS += local-metadata -endif - if TMDB_PLUGIN SUBDIRS += tmdb endif DIST_SUBDIRS = \ - local-metadata \ tmdb MAINTAINERCLEANFILES = \ |