[grilo-plugins] tests: Disable chromaprint test when plugin is not built
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins] tests: Disable chromaprint test when plugin is not built
- Date: Sun, 12 Jun 2016 11:50:43 +0000 (UTC)
commit 53f35fb37a6a2c75ecfc2a2031f785041b181d96
Author: Bastien Nocera <hadess hadess net>
Date: Sun Jun 12 13:50:04 2016 +0200
tests: Disable chromaprint test when plugin is not built
tests/lua-factory/sources/Makefile.am | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/tests/lua-factory/sources/Makefile.am b/tests/lua-factory/sources/Makefile.am
index 68797af..9c2b5ad 100644
--- a/tests/lua-factory/sources/Makefile.am
+++ b/tests/lua-factory/sources/Makefile.am
@@ -8,7 +8,6 @@
include $(top_srcdir)/gtester.mk
TEST_PROGS += \
- test_lua_acoustid \
test_lua_metrolyrics
test_lua_factory_defines = \
@@ -18,6 +17,8 @@ test_lua_factory_defines = \
-DLUA_FACTORY_SOURCES_DATA_PATH=\""$(abs_top_builddir)/tests/lua-factory/sources/data/"\" \
-DLUA_FACTORY_PLUGIN_TEST_DATA_PATH=\""$(abs_top_builddir)/tests/lua-factory/sources/"\"
+if CHROMAPRINT_PLUGIN
+TEST_PROGS += test_lua_acoustid
test_lua_acoustid_SOURCES = \
test_lua_acoustid.c \
acoustidresources.h acoustidresources.c \
@@ -29,6 +30,12 @@ test_lua_acoustid_LDADD = \
test_lua_acoustid_CFLAGS = \
@DEPS_CFLAGS@ \
$(test_lua_factory_defines)
+else
+EXTRA_DIST += \
+ test_lua_acoustid.c \
+ acoustidresources.h acoustidresources.c \
+ test_lua_factory_utils.h test_lua_factory_utils.c
+endif
acoustid_resources_files = \
data/chromaprint_ludovico_einaudi_primavera.txt \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]