[grilo-plugins] tests: enable local tests with lua-factory



commit cc554250720dbc5b20acc04fd21fe0b13e80a928
Author: Victor Toso <me victortoso com>
Date:   Thu Dec 18 01:49:13 2014 +0100

    tests: enable local tests with lua-factory
    
    https://bugzilla.gnome.org/show_bug.cgi?id=741784

 src/lua-factory/Makefile.am |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/src/lua-factory/Makefile.am b/src/lua-factory/Makefile.am
index 90ca5e0..d6c6d13 100644
--- a/src/lua-factory/Makefile.am
+++ b/src/lua-factory/Makefile.am
@@ -40,6 +40,12 @@ extdir                       = $(GRL_PLUGINS_DIR)
 luafactoryxmldir       = $(GRL_PLUGINS_DIR)
 luafactoryxml_DATA     = $(LUA_FACTORY_PLUGIN_ID).xml
 
+# Rules to enable tests
+copy-xml-to-libs-dir: libgrlluafactory.la
+       cp -f $(srcdir)/$(luafactoryxml_DATA) $(builddir)/.libs/
+
+all-local: copy-xml-to-libs-dir
+
 EXTRA_DIST += $(luafactoryxml_DATA) lua-library/htmlentity.gperf
 
 DIST_SUBDIRS = sources


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