[folks] tests: Add test data to EXTRA_DIST



commit 9384164754d972498b807c0526a81238c518b5cf
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Fri Feb 13 12:09:42 2015 +0000

    tests: Add test data to EXTRA_DIST
    
    The all_test_data variable should be added to EXTRA_DIST where the files
    are not auto-generated.

 tests/data/Makefile.am      |    2 ++
 tests/telepathy/Makefile.am |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am
index c3385dc..04c6d08 100644
--- a/tests/data/Makefile.am
+++ b/tests/data/Makefile.am
@@ -5,4 +5,6 @@ all_test_data = \
        $(NULL)
 installed_tests_subdirectory = data
 
+EXTRA_DIST = $(all_test_data)
+
 -include $(top_srcdir)/git.mk
diff --git a/tests/telepathy/Makefile.am b/tests/telepathy/Makefile.am
index 0af3ace..bcfe888 100644
--- a/tests/telepathy/Makefile.am
+++ b/tests/telepathy/Makefile.am
@@ -83,6 +83,8 @@ all_test_data = \
        relationships-empty.ini \
        $(NULL)
 
+EXTRA_DIST = $(all_test_data)
+
 -include $(top_srcdir)/git.mk
 -include $(top_srcdir)/valgrind.mk
 -include $(top_srcdir)/check.mk


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