diff options
author | Bastien Nocera <hadess@hadess.net> | 2015-09-10 17:12:35 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2015-09-14 15:08:22 +0200 |
commit | 6dc67fa5854eb5717714805a1736837316490b9f (patch) | |
tree | 906116ae70a3816753768b7c912de7a51c746542 /tests/Makefile.am | |
parent | 37bacc5f08fcc373418837398d71728cec6b8052 (diff) |
tests: Port lastfm-albumart test to test spotify-cover
Repurpose the tests to cover the Spotify cover plugin instead of the
last.fm one, as the last.fm plugin now requires GOA to be instantiated.
https://bugzilla.gnome.org/show_bug.cgi?id=700276
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 7a76f7f..8750acb 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -13,16 +13,12 @@ if DLEYNA_PLUGIN SUBDIRS += dleyna endif -if LASTFM_ALBUMART_PLUGIN -SUBDIRS += lastfm-albumart -endif - if LOCALMETADATA_PLUGIN SUBDIRS += local-metadata endif if LUA_FACTORY_PLUGIN -SUBDIRS += lua-factory +SUBDIRS += lua-factory spotify-cover endif if TMDB_PLUGIN @@ -39,7 +35,7 @@ endif DIST_SUBDIRS = \ dleyna \ - lastfm-albumart\ + spotify-cover \ local-metadata \ lua-factory \ tmdb \ |